Fix code style

This commit is contained in:
2020-09-27 22:13:49 +02:00
parent 84c747c81c
commit eec15df271
4 changed files with 13 additions and 10 deletions

View File

@@ -433,7 +433,8 @@ static shellmatta_retCode_t shell_cmd_read_flags(const shellmatta_handle_t handl
shellmatta_printf(handle, "Inactive\r\n");
} else {
shellmatta_printf(handle, " valid from %-8.2f to %-8.2f", amon_info.min, amon_info.max);
shellmatta_printf(handle, "\tchecked %llu ms ago\r\n", systick_get_global_tick() - amon_info.timestamp);
shellmatta_printf(handle, "\tchecked %llu ms ago\r\n",
systick_get_global_tick() - amon_info.timestamp);
}
}