1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Delete unused FAILURE_MODE_COUNT value.

This commit is contained in:
Dominic Clifton 2015-09-18 20:31:48 +01:00
parent c6f5b98a79
commit a9c775b03d

View file

@ -52,4 +52,3 @@ typedef enum {
FAILURE_FLASH_WRITE_FAILED
} failureMode_e;
#define FAILURE_MODE_COUNT 4