mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
format
This commit is contained in:
parent
a9d4897dfb
commit
ab6c1d0d8c
1 changed files with 1 additions and 6 deletions
|
@ -29,12 +29,7 @@ typedef enum {
|
|||
EventTypeKey,
|
||||
} EventType;
|
||||
|
||||
typedef enum {
|
||||
BirdState0 = 0,
|
||||
BirdState1,
|
||||
BirdState2,
|
||||
BirdStateMAX
|
||||
} BirdState;
|
||||
typedef enum { BirdState0 = 0, BirdState1, BirdState2, BirdStateMAX } BirdState;
|
||||
|
||||
const Icon* bird_states[BirdStateMAX] = {
|
||||
&I_bird_01,
|
||||
|
|
Loading…
Reference in a new issue