File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ void PF1550::configCharger(IFastCharge const i_fast_charge,
184
184
185
185
#if defined(ARDUINO_PORTENTA_C33)
186
186
static PF1550_IO_C33 io (&Wire3, PF1550_I2C_DEFAULT_ADDR);
187
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4 )
187
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_GENERIC_STM32H747_M4 )
188
188
static PF1550_IO_Portenta_H7 io (&Wire1, PF1550_I2C_DEFAULT_ADDR);
189
189
#elif defined(ARDUINO_NICLA_VISION)
190
190
static PF1550_IO_Nicla_Vision io (&Wire1, PF1550_I2C_DEFAULT_ADDR);
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class PF1550
68
68
bool const enable,
69
69
bool const enable_in_standby,
70
70
bool const enable_in_sleep)
71
- #if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4 ) || defined(ARDUINO_NICLA_VISION)
71
+ #if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_GENERIC_STM32H747_M4 ) || defined(ARDUINO_NICLA_VISION)
72
72
__attribute__ ((error(" Erroneous usage of this API can cause board damage." )))
73
73
#elif defined(ARDUINO_PORTENTA_C33)
74
74
__attribute__ ((warning(" Using this API you can turn off ESP32 (WiFi), SE051 (Crypto) and Ethernet PHY. Proceed with caution." )))
You can’t perform that action at this time.
0 commit comments