mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Move watchdog resets to only be in PID
This commit is contained in:
@@ -90,7 +90,7 @@ void OLED::refresh() {
|
||||
//Because I2C is shared, we cant task switch in the middle of the xfer
|
||||
|
||||
HAL_I2C_Master_Transmit(i2c, DEVICEADDR_OLED, screenBuffer, 12 + 96 * 2 + 1,
|
||||
0xFFFF);
|
||||
500);
|
||||
taskEXIT_CRITICAL();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user