Skip to content

Commit

Permalink
Update enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Slider0007 committed Dec 22, 2024
1 parent 5330299 commit 7c61b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/config_handling/cfgDataStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ enum NetworkOperationMode {
};


enum HttpAuthLevel {
enum HttpAuthMode {
HTTP_AUTH_DISABLED = 0,
HTTP_AUTH_ENABLED = 1
};
Expand Down

0 comments on commit 7c61b7d

Please sign in to comment.