mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-27 04:40:48 +03:00
retrofit to gcc8
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "driver/gpio.h"
|
||||
#include "driver/i2c.h"
|
||||
#include "driver/spi_master.h"
|
||||
#include "config.h"
|
||||
#include "platform_config.h"
|
||||
#include "accessors.h"
|
||||
#include "globdefs.h"
|
||||
|
||||
@@ -104,4 +104,4 @@ void parse_set_GPIO(void (*cb)(int gpio, char *value)) {
|
||||
} while (p++);
|
||||
|
||||
free(nvs_item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user