1
0
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:
Alexandre Abadie 2019-08-06 09:27:18 +02:00 committed by GitHub
commit ff8990750a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);