mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 02:06:27 +08:00
dataman: fix typo
This commit is contained in:
@@ -1286,7 +1286,7 @@ task_main(int argc, char *argv[])
|
||||
/* see if we need to erase any items based on restart type */
|
||||
int sys_restart_val;
|
||||
|
||||
const char *restart_type_str = "Unkown restart";
|
||||
const char *restart_type_str = "Unknown restart";
|
||||
|
||||
int ret = g_dm_ops->initialize(max_offset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user