Add ParsingStage_* enums.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#ifndef __USB_COMMAND_APPLY_CONFIG_H__
|
||||
#define __USB_COMMAND_APPLY_CONFIG_H__
|
||||
|
||||
// Typedefs:
|
||||
|
||||
typedef enum {
|
||||
ParsingStage_Validate,
|
||||
ParsingStage_Apply,
|
||||
} parsing_stage_t;
|
||||
|
||||
// Functions:
|
||||
|
||||
void UsbCommand_ApplyConfig(void);
|
||||
|
||||
Reference in New Issue
Block a user