Prusa MINI Firmware overview
dlg_result.h File Reference

Go to the source code of this file.

Enumerations

enum  dlg_result_t { DLG_OK, DLG_ABORTED }
 

Enumeration Type Documentation

◆ dlg_result_t

Enumerator
DLG_OK 
DLG_ABORTED 
9  {
10  DLG_OK,
11  DLG_ABORTED //,
12  //DLG_ERROR
13 } dlg_result_t;
DLG_ABORTED
Definition: dlg_result.h:11
dlg_result_t
dlg_result_t
Definition: dlg_result.h:9
DLG_OK
Definition: dlg_result.h:10