drivers/periph_wdt: cleanup normal mode inline example

Remove a useless blankline
This commit is contained in:
Alexandre Abadie 2019-08-05 21:48:10 +02:00
parent bd1eb6e285
commit cf2228e23e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -54,7 +54,6 @@
*
* int main(void)
* {
*
* wdt_setup_reboot(0, MAX_TIME);
* wdt_start();
*