1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Remove unused declaration

This commit is contained in:
Sami Korhonen 2016-09-30 13:30:48 +03:00
parent 632405cdb7
commit 2566a0df3d

View file

@ -127,8 +127,6 @@ extern uint8_t motorControlEnable;
serialPort_t *loopbackPort;
#endif
static void CPU_CACHE_Enable(void);
typedef enum {
SYSTEM_STATE_INITIALISING = 0,
SYSTEM_STATE_CONFIG_LOADED = (1 << 0),