mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 22:09:07 +08:00
Fix print load for non-NuttX configs
This commit is contained in:
parent
6fda74dbd6
commit
24af256516
@ -43,8 +43,13 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#include <px4_config.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef CONFIG_MAX_TASKS
|
||||
#define CONFIG_MAX_TASKS 64
|
||||
#endif
|
||||
|
||||
struct print_load_s {
|
||||
uint64_t total_user_time;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user