Skip to content

Commit

Permalink
Fix wrong code position
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Sep 29, 2019
1 parent 5fac1b3 commit d9ca4e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esp_at_lib/src/esp/esp_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ espi_parse_ap_ip_sta(const char* str) {
}
#endif /* ESP_CFG_MODE_ACCESS_POINT || __DOXYGEN__ */

#if ESP_CFG_DNS || __DOXYGEN__

#if ESP_CFG_PING || __DOXYGEN__

/**
Expand All @@ -548,6 +546,7 @@ espi_parse_ping_time(const char* str, esp_msg_t* msg) {

#endif /* ESP_CFG_PING || __DOXYGEN__ */

#if ESP_CFG_DNS || __DOXYGEN__

/**
* \brief Parse received message domain DNS name
Expand Down

0 comments on commit d9ca4e6

Please sign in to comment.