Skip to content

Commit

Permalink
Add <limits> include to fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 1, 2023
1 parent f51ed40 commit 56a5342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RFTransmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>

#include <limits>

struct command_t {
std::uint64_t until;
std::vector<rmt_data_t> sequence;
Expand Down

0 comments on commit 56a5342

Please sign in to comment.