diff --git a/esp/weather/main/weather.c b/esp/weather/main/weather.c index 67401ae..7f0ea8a 100644 --- a/esp/weather/main/weather.c +++ b/esp/weather/main/weather.c @@ -4,7 +4,4 @@ #define TAG "WEATHER_APP" -void app_main(void) -{ - ESP_LOGI(TAG, "Hello, world!"); -} +void app_main(void) { ESP_LOGI(TAG, "Hello, world!"); }