diff options
| author | Tom Rini <[email protected]> | 2025-01-22 09:49:14 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-22 11:21:58 -0600 |
| commit | 01b1e062bac4d9396b5cf40daf1e82f2ca87a389 (patch) | |
| tree | 0d730542be3c60536a1c356a08c08a00a91309cd /include | |
| parent | 5fe39e5df4265622a35ad36d0ce13e6b1a4f158e (diff) | |
| parent | fb30f75655cdd1bf838827a8461b3434c07b1a62 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
CI: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=381&view=results
- cyclic: Fix rollover every 72 min on 32 bits platforms (Patrice)
Diffstat (limited to 'include')
| -rw-r--r-- | include/cyclic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cyclic.h b/include/cyclic.h index c6c463d68e9..df8b725e3d0 100644 --- a/include/cyclic.h +++ b/include/cyclic.h @@ -20,7 +20,7 @@ * * @func: Function to call periodically * @name: Name of the cyclic function, e.g. shown in the commands - * @delay_ns: Delay is ns after which this function shall get executed + * @delay_us: Delay is us after which this function shall get executed * @start_time_us: Start time in us, when this function started its execution * @cpu_time_us: Total CPU time of this function * @run_cnt: Counter of executions occurances |
