Ver Fonte

Fix compilation warnings about portmacro being already define.

Carlos Sobrinho há 5 anos atrás
pai
commit
3adfa1ac78

+ 1 - 1
examples/bluetooth/esp_ble_mesh/common_components/button/include/iot_button.h

@@ -19,7 +19,7 @@ extern "C" {
 #endif
 
 #include "driver/gpio.h"
-#include "freertos/portmacro.h"
+#include "freertos/FreeRTOS.h"
 
 typedef void (* button_cb)(void*);
 typedef void* button_handle_t;