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

8 lines
134 B
C
Raw Normal View History

2023-03-14 20:25:33 +03:00
#pragma once
typedef enum {
DapAppCustomEventConfig,
DapAppCustomEventHelp,
DapAppCustomEventAbout,
} DapAppCustomEvent;