reference: add UpdateOnce and PrintOnce modes

This commit is contained in:
Miroslav Lichvar
2014-04-09 12:11:21 +02:00
parent 0baf00e1c0
commit c546c48d0d
2 changed files with 21 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ extern void REF_Finalise(void);
typedef enum {
REF_ModeNormal,
REF_ModeInitStepSlew,
REF_ModeUpdateOnce,
REF_ModePrintOnce,
REF_ModeIgnore,
} REF_Mode;