cpu/nrf5x_common: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:13:54 +02:00
parent c8d1d6b3f3
commit 3222621423

View File

@ -102,7 +102,7 @@ void wdt_setup_reboot(uint32_t min_time, uint32_t max_time)
#ifdef MODULE_PERIPH_WDT_CB #ifdef MODULE_PERIPH_WDT_CB
/* The reset can't be stopped when the callback is triggered: so the MCU will /* The reset can't be stopped when the callback is triggered: so the MCU will
reset in any case after 2 cycles of 32.768kHz clock. This is very short so reset in any case after 2 cycles of 32.768kHz clock. This is very short so
only basic and fast operations can be perfomed in the callback function. */ only basic and fast operations can be performed in the callback function. */
void wdt_setup_reboot_with_callback(uint32_t min_time, uint32_t max_time, void wdt_setup_reboot_with_callback(uint32_t min_time, uint32_t max_time,
wdt_cb_t cb, void* arg) wdt_cb_t cb, void* arg)
{ {