Skip to content

Commit

Permalink
Deleted spurious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed Aug 26, 2024
1 parent 65514c0 commit a087a5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

ConfigStruct CONFIG;

/**
* \note The opening curly bracket should be at line 39, so the code lines up
* with the definition code in util.h.
*/
void Config_init(void)
{
CONFIG.mode = NORMAL;
Expand Down
5 changes: 0 additions & 5 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ typedef enum {
SINGLE = 3,
} OperationMode;

/**
* \brief configuration data structure
* \note The opening curly bracket should be at line 39, so the code belong
* lines up with the initialisation code in util.c
*/
typedef struct {
/** \brief Operation Mode */
OperationMode mode;
Expand Down

0 comments on commit a087a5a

Please sign in to comment.