Remove unimplemented transmit and receive commands

This commit is contained in:
Andrew Kay
2021-02-13 20:16:15 -06:00
parent d8dd1caa90
commit 78bf65a1e6
3 changed files with 0 additions and 37 deletions

View File

@@ -79,8 +79,6 @@ void sendErrorMessage(uint8_t code, const char *description)
}
#define COMMAND_RESET 0x01
#define COMMAND_TRANSMIT 0x02
#define COMMAND_RECEIVE 0x04
#define COMMAND_TRANSMIT_RECEIVE 0x06
void handleResetCommand(uint8_t *buffer, int bufferCount)