flipperzero-firmware/applications/external/dap_link/gui/dap_gui_custom_event.h

8 lines
134 B
C
Raw Normal View History

#pragma once
typedef enum {
DapAppCustomEventConfig,
DapAppCustomEventHelp,
DapAppCustomEventAbout,
} DapAppCustomEvent;