1.1 --- a/src/keyboard.h Wed Feb 09 17:11:48 2011 +0000 1.2 +++ b/src/keyboard.h Wed Feb 09 22:05:42 2011 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 int keystate[0x80]; 1.5 1.6 /// Keyboard buffer 1.7 - char buffer[KEYBOARD_BUFFER_SIZE]; 1.8 + uint8_t buffer[KEYBOARD_BUFFER_SIZE]; 1.9 1.10 /// Read pointer 1.11 size_t readp; 1.12 @@ -24,6 +24,7 @@ 1.13 1.14 /// Transmit Interrupt Enable 1.15 bool txie; 1.16 + 1.17 /// Receive Interrupt Enable 1.18 bool rxie; 1.19 } KEYBOARD_STATE;