The test LED only gets set, so name identifiers accordingly.

This commit is contained in:
László Monda
2017-03-18 21:17:24 +01:00
parent 3fdd183f33
commit c16032174b
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#define SYSTEM_PROPERTY_DATA_MODEL_VERSION_ID 2
#define SYSTEM_PROPERTY_FIRMWARE_VERSION_ID 3
#define USB_COMMAND_JUMP_TO_BOOTLOADER 1
#define USB_COMMAND_TEST_LED 2
#define USB_COMMAND_SET_TEST_LED 2
#define USB_COMMAND_WRITE_LED_DRIVER 3
#define WRITE_LED_DRIVER_RESPONSE_INVALID_ADDRESS 1
#define WRITE_LED_DRIVER_RESPONSE_INVALID_PAYLOAD_SIZE 2