Updating DPH to compile with PartialLayer module

This commit is contained in:
Jacob Alexander 2014-09-11 10:57:30 -07:00
parent 2a6c2a9c78
commit 28df956007
2 changed files with 4 additions and 4 deletions

View file

@ -53,8 +53,8 @@ uint8_t Scan_loop();
// Functions available to macro.c
uint8_t Scan_sendData( uint8_t dataPayload );
void Scan_finishedWithBuffer( uint8_t sentKeys );
void Scan_finishedWithUSBBuffer( uint8_t sentKeys );
void Scan_finishedWithMacro( uint8_t sentKeys );
void Scan_finishedWithOutput( uint8_t sentKeys );
#endif // __SCAN_LOOP_H