mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
require MODULE_NAME
This commit is contained in:
@@ -46,7 +46,7 @@ namespace px4
|
||||
|
||||
void init(int argc, char *argv[], const char *process_name)
|
||||
{
|
||||
PX4_WARN("process: %s", process_name);
|
||||
printf("process: %s\n", process_name);
|
||||
}
|
||||
|
||||
uint64_t get_time_micros()
|
||||
|
||||
Reference in New Issue
Block a user