Skip to content

Commit

Permalink
fix: anemometer - missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
QB4-dev committed Feb 17, 2024
1 parent d8218b5 commit 4a6478f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/anemometer/anemometer.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include <freertos/task.h>
#include <esp_timer.h>
#include <driver/gpio.h>
#include <esp_idf_lib_helpers.h>

#ifdef CONFIG_IDF_TARGET_ESP32
static portMUX_TYPE mux = portMUX_INITIALIZER_UNLOCKED;
Expand Down

0 comments on commit 4a6478f

Please sign in to comment.