Small Kaypro update

This commit is contained in:
Jacob Alexander 2011-11-13 02:09:04 -08:00
parent 0c562995c7
commit 969b8c8bee
2 changed files with 3 additions and 2 deletions

View file

@ -49,6 +49,7 @@
// ----- Variables -----
// Buffer used to inform the macro processing module which keys have been detected as pressed
volatile uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
volatile uint8_t KeyIndex_BufferUsed;