diff options
| -rw-r--r-- | kbc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,5 +18,5 @@ * 2 SS up:8 - * 3 MOSI up:2 LOCK + * 3 MOSI up:2 was: LOCK - output broken! * 4 MISO up:4 UNLOCK - * 5 SCK up:7 + * 5 SCK up:7 LOCK * port C @@ -41,4 +41,4 @@ #define B_FEEDBACK (1 << 2) -#define B_CLOSE (1 << 3) #define B_OPEN (1 << 4) +#define B_CLOSE (1 << 5) |
