lpcmanager

0a4cd3cc99d4
Parents ce36b007ae19
Children 66ee29c1b7ba
Change LHC-1 devices minimal polling interval to 100 ms.
--- a/LPCBus/SOM_Devices_decl.c Thu Oct 16 15:05:38 2025 +0200
+++ b/LPCBus/SOM_Devices_decl.c Thu Oct 30 14:45:15 2025 +0100
@@ -566,7 +566,7 @@
/* ***************************************************** */
case(198): /* C01 */
uartPortDevices[i] = &UARTDevice;
- uartPortTim[i].toValue = msTOns(50); /* 50ms */
+ uartPortTim[i].toValue = msTOns(100); /* 100ms */
uartPortTim[i].status = TIM_EN_RUNNING;
break;
default: