feat(endpoints): simplify behavior constants

This commit is contained in:
Joel Spadin
2020-10-28 18:10:47 -05:00
parent 2fe1fbb526
commit 440d09fd45
2 changed files with 6 additions and 10 deletions

View File

@@ -4,10 +4,6 @@
* SPDX-License-Identifier: MIT
*/
#define OUTPUT_TOGGLE_CMD 0
#define OUTPUT_USB_CMD 1
#define OUTPUT_BLE_CMD 2
#define OUT_TOG OUTPUT_TOGGLE_CMD
#define OUT_USB OUTPUT_USB_CMD
#define OUT_BLE OUTPUT_BLE_CMD
#define OUT_TOG 0
#define OUT_USB 1
#define OUT_BLE 2