diff --git a/ChangeLog b/ChangeLog index a5743d55ee..32522415b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2052,3 +2052,8 @@ * lib/time/lib_gmtimer.c: Correct several calculations that could lead to errors in dates. * drivers/pm: Add the beginnings of a NuttX power management sub-system. + * arch/arm/src/stm32/stm32_irq.c: Fix a error introduced in 6.8. + Timeout calculation uses clock_settime() instead of clock_gettime(). + Pretty gross error, but actually it works with the side effect of setting + a bad time. + diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 6931051669..73bb1bf658 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1497,7 +1497,7 @@ ping [-c <count>] [-i <interval>] <ip-address> Test the network communication with a remote peer. Example,