Make BusPal relay command between USB and I2C.

This commit is contained in:
László Monda
2017-04-14 14:31:42 +02:00
parent a9b18355fc
commit fc202d8dde
5 changed files with 15 additions and 6 deletions

View File

@@ -49,6 +49,8 @@ typedef struct CommandInterface {
// Default command interface.
extern command_interface_t g_commandInterface;
void handleUsbBusPalCommand();
// Initialize the command processor component.
status_t bootloader_command_init(void);