commit | 420d9563a4801905d255a4103e5654cd70928fb7 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Tue Aug 22 09:13:26 2023 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Aug 22 10:49:05 2023 +0100 |
tree | 32351cb8c672e2ea924512241763e17e5193b4e6 | |
parent | 9551f2708b674ce710340254d1b45765ede90487 [diff] |
drivers: watchdog_shell: fix compiler error Fix wdt_shell.c:54:13: error: implicit declaration of function 'strtoul' Tested with west build -p -b nrf52dk_nrf52832 samples/drivers/watchdog -DCONFIG_SHELL=y. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>