Skip to content

Commit

Permalink
Update esp_smartconfig.h
Browse files Browse the repository at this point in the history
Removed rogue semicolon in `#define`
  • Loading branch information
howroyd authored Dec 24, 2023
1 parent 341a8f2 commit a1b1d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_wifi/include/esp_smartconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ typedef struct {
.enable_log = false, \
.esp_touch_v2_enable_crypt = false,\
.esp_touch_v2_key = NULL \
};
}

/**
* @brief Get the version of SmartConfig.
Expand Down

0 comments on commit a1b1d74

Please sign in to comment.