mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
format
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user