Changed include to shorter path (esp_partition.c)

Changes to be committed:
	modified:   targets/esp32/main.c
This commit is contained in:
jumjum123 2018-10-15 11:46:17 +02:00
parent b491c6fd5a
commit c4006351cd

View File

@ -25,7 +25,7 @@
#endif
#include "esp_spi_flash.h"
#include "spi_flash/include/esp_partition.h"
#include "esp_partition.h"
#include "esp_log.h"
#include "jsvar.h"