mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #11966 from aabadie/pr/drivers/periph_wdt_doc_fix
drivers/periph_wdt: small doxygen fixes
This commit is contained in:
commit
ff8990750a
@ -54,7 +54,6 @@
|
||||
*
|
||||
* int main(void)
|
||||
* {
|
||||
*
|
||||
* wdt_setup_reboot(0, MAX_TIME);
|
||||
* wdt_start();
|
||||
*
|
||||
@ -135,7 +134,7 @@
|
||||
*
|
||||
* int main(void)
|
||||
* {
|
||||
* wdt_setup_callback(0, MAX_TIME, wdt_cb, arg);
|
||||
* wdt_setup_reboot_with_callback(0, MAX_TIME, wdt_cb, arg);
|
||||
* wdt_start();
|
||||
* while (1) {
|
||||
* xtimer_usleep(time);
|
||||
|
Loading…
Reference in New Issue
Block a user