فهرست منبع

ulp: fix missing include in esp32/ulp.h header

ulp.h uses some register base addresses, so needs to include soc.h
Ivan Grokhotkov 7 سال پیش
والد
کامیت
33153748ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      components/ulp/include/esp32/ulp.h

+ 1 - 0
components/ulp/include/esp32/ulp.h

@@ -17,6 +17,7 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include "esp_err.h"
+#include "soc/soc.h"
 
 #ifdef __cplusplus
 extern "C" {