Skip to content

Commit

Permalink
Fix multithread example
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Apr 1, 2024
1 parent 1762d46 commit eb053d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include_override/FreeRTOS.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Just for micro-ROS compatibility remove ESP_STATIC_ASSERT from micro-ROS build
#undef ESP_STATIC_ASSERT

// Include proper path to FreeRTOS header file
#include "freertos/FreeRTOS.h"
2 changes: 2 additions & 0 deletions include_override/semphr.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Include proper path to FreeRTOS header file
#include "freertos/semphr.h"

0 comments on commit eb053d6

Please sign in to comment.