Skip to content

Commit

Permalink
👽️ include gptimer headers (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollbrecht authored Nov 7, 2023
1 parent 160147f commit 627e07e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@
#include "driver/dac.h"
#endif
#include "driver/gpio.h"
#if ESP_IDF_VERSION_MAJOR > 4
#include "driver/gptimer.h"
#endif
#include "driver/i2c.h"
#include "driver/i2s.h"
#include "driver/ledc.h"
Expand Down

0 comments on commit 627e07e

Please sign in to comment.