Perform pow step after PPS

This commit is contained in:
Ben V. Brown
2022-06-24 23:40:39 +10:00
parent c7dbaea08a
commit 62db8af8ce

View File

@@ -47,8 +47,8 @@ void startPOWTask(void const *argument __unused) {
if (res != pdFALSE || getFUS302IRQLow()) {
USBPowerDelivery::IRQOccured();
}
USBPowerDelivery::step();
USBPowerDelivery::PPSTimerCallback();
USBPowerDelivery::step();
#else
(void)res;