mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
fmt
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#define TAG "DTMFDolphin"
|
||||
|
||||
|
||||
enum DTMFDolphinSceneState {
|
||||
DTMFDolphinSceneStateDialer,
|
||||
DTMFDolphinSceneStateBluebox,
|
||||
@@ -39,7 +38,4 @@ typedef struct {
|
||||
NotificationApp* notification;
|
||||
} DTMFDolphinApp;
|
||||
|
||||
typedef enum {
|
||||
DTMFDolphinViewMainMenu,
|
||||
DTMFDolphinViewDialer
|
||||
} DTMFDolphinView;
|
||||
typedef enum { DTMFDolphinViewMainMenu, DTMFDolphinViewDialer } DTMFDolphinView;
|
||||
|
||||
Reference in New Issue
Block a user