Commenting out Tandy1000 code to make compile.

- Code hasn't been compatible with the API for a long time
- It should be possible to use the hardware UART to simplify the code immensely
This commit is contained in:
Jacob Alexander 2013-01-14 21:48:21 -05:00
parent 6104eb3ed6
commit 6b3ba17f57
2 changed files with 11 additions and 0 deletions

View file

@ -42,6 +42,7 @@
extern volatile uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
extern volatile uint8_t KeyIndex_BufferUsed;
extern volatile uint8_t KeyIndex_Add_InputSignal;
@ -56,6 +57,7 @@ uint8_t scan_loop( void );
uint8_t scan_sendData( uint8_t dataPayload );
void scan_finishedWithBuffer( void );
void scan_finishedWithUSBBuffer( void );
void scan_lockKeyboard( void );
void scan_unlockKeyboard( void );
void scan_resetKeyboard( void );