Skip to content

Commit

Permalink
Fix freeRTOS include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Oct 11, 2024
1 parent c29127d commit b301f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensesp/system/semaphore_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "sensesp.h"

#include <freeRTOS/semphr.h>
#include <freertos/semphr.h>

namespace sensesp {

Expand Down

0 comments on commit b301f77

Please sign in to comment.