Skip to content

Commit 1a4e9dd

Browse files
fixed compilation workflow
1 parent 91c927b commit 1a4e9dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
platforms: |
4646
- name: arduino:renesas_portenta
4747
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
48-
additional-sketch-paths: examples/ChargStandby_WakeFromRTC_C33er
48+
additional-sketch-paths: examples/Standby_WakeFromRTC_C33
4949
- fqbn: arduino:mbed_portenta:envie_m7
5050
platforms: |
5151
- name: arduino:mbed_portenta

Diff for: src/Board.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void Board::setAllPeripheralsPower(bool on){
216216
this -> setExternalPowerEnabled(on);
217217
this -> setAnalogDigitalConverterPower(on);
218218
#else if defined(ARDUINO_PORTENTA_H7)
219-
// On the H7 several chips need different voltages, so we cannot turn the lanes that are dependent on eachother separately.
219+
// On the H7 several chips need different voltages, so we cannot turn the lanes that are dependent on each other separately.
220220
// This should only be used when going into standby mode, as turning off the USB-C PHY, Ethernet or Video bridge might cause undefined behaviour.
221221
if(on){
222222
PMIC.getControl() -> turnLDO2On(Ldo2Mode::Normal);

0 commit comments

Comments
 (0)