Browse Source

fix missing declaration of strchr in demo source

Zaman 1 year ago
parent
commit
c4c3ffea9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      example/main/demo_esp_littlefs.c

+ 1 - 0
example/main/demo_esp_littlefs.c

@@ -13,6 +13,7 @@
 #include "freertos/task.h"
 #include "sdkconfig.h"
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include "esp_idf_version.h"