unleashed-firmware/applications/external/dap_link/gui/dap_gui_custom_event.h
2023-03-15 01:25:18 +03:00

8 lines
134 B
C

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