forked from Archive/PX4-Autopilot
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…
Reference in New Issue