mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-06 08:37:29 +02:00
esp_event: move trailing semicolons out of defines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user