Adding None capability.
- Required for 0.3b update of the KLL compiler.
This commit is contained in:
parent
1db716ce53
commit
fd25312f4f
3 changed files with 21 additions and 4 deletions
|
@ -89,6 +89,7 @@ extern uint8_t Output_DebugMode; // 0 - Debug disabled, 1 - Debug enab
|
|||
|
||||
// Output capabilities
|
||||
void Output_consCtrlSend_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
void Output_noneSend_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
void Output_sysCtrlSend_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
void Output_usbCodeSend_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue