Skip to content

Commit 2e9a6ac

Browse files
committed
Fix: include file for C33 low power library is called "Arduino_LowPowerPortentaC33.h".
1 parent 73fbd34 commit 2e9a6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Board.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#endif
1111

1212
#if defined(ARDUINO_PORTENTA_C33)
13-
#include "Arduino_Portenta_C33_LowPower.h"
13+
#include "Arduino_LowPowerPortentaC33.h"
1414
#include "RTC.h"
1515
#elif defined(ARDUINO_PORTENTA_H7) || defined(ARDUINO_NICLA_VISION)
1616
#include "Arduino_LowPowerPortentaH7.h"

0 commit comments

Comments
 (0)