esp_event: move trailing semicolons out of defines

This commit is contained in:
Ivan Grokhotkov
2018-11-19 16:54:57 +08:00
parent 76b39403ad
commit e37b0ad648
5 changed files with 7 additions and 7 deletions
@@ -33,7 +33,7 @@
* @brief Define of NMEA Parser Event base
*
*/
ESP_EVENT_DEFINE_BASE(ESP_NMEA_EVENT)
ESP_EVENT_DEFINE_BASE(ESP_NMEA_EVENT);
static const char *GPS_TAG = "nmea_parser";
@@ -30,7 +30,7 @@ extern "C" {
* @brief Declare of NMEA Parser Event base
*
*/
ESP_EVENT_DECLARE_BASE(ESP_NMEA_EVENT)
ESP_EVENT_DECLARE_BASE(ESP_NMEA_EVENT);
/**
* @brief GPS fix type