mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Perform pow step after PPS
This commit is contained in:
@@ -47,8 +47,8 @@ void startPOWTask(void const *argument __unused) {
|
|||||||
if (res != pdFALSE || getFUS302IRQLow()) {
|
if (res != pdFALSE || getFUS302IRQLow()) {
|
||||||
USBPowerDelivery::IRQOccured();
|
USBPowerDelivery::IRQOccured();
|
||||||
}
|
}
|
||||||
USBPowerDelivery::step();
|
|
||||||
USBPowerDelivery::PPSTimerCallback();
|
USBPowerDelivery::PPSTimerCallback();
|
||||||
|
USBPowerDelivery::step();
|
||||||
|
|
||||||
#else
|
#else
|
||||||
(void)res;
|
(void)res;
|
||||||
|
|||||||
Reference in New Issue
Block a user