delete '!!!'

This commit is contained in:
pvvx 2017-02-28 10:40:07 +03:00
parent de57c04fb4
commit ed4c83a935
44 changed files with 206 additions and 187 deletions

View file

@ -38,7 +38,7 @@ void big_task() {
}
void my_watchdog_irq_handler(uint32_t id) {
printf("watchdog barks!!!\r\n");
printf("watchdog barks!\r\n");
watchdog_stop();
}