diff options
-rw-r--r-- | kbc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,9 @@ * 0 * 1 BEEP (OC1A) * 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 * 0-3 * 4 (SDA) @@ -39,8 +39,8 @@ #define B_BEEP (1 << 1) #define B_FEEDBACK (1 << 2) -#define B_CLOSE (1 << 3) #define B_OPEN (1 << 4) +#define B_CLOSE (1 << 5) #define B_MISO (1 << 4) |