Skip to content

Commit

Permalink
Fix: include file for C33 low power library is called "Arduino_LowPow…
Browse files Browse the repository at this point in the history
…erPortentaC33.h".
  • Loading branch information
aentinger committed May 15, 2024
1 parent 73fbd34 commit 2e9a6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#endif

#if defined(ARDUINO_PORTENTA_C33)
#include "Arduino_Portenta_C33_LowPower.h"
#include "Arduino_LowPowerPortentaC33.h"
#include "RTC.h"
#elif defined(ARDUINO_PORTENTA_H7) || defined(ARDUINO_NICLA_VISION)
#include "Arduino_LowPowerPortentaH7.h"
Expand Down

0 comments on commit 2e9a6ac

Please sign in to comment.