Fix print load for non-NuttX configs

This commit is contained in:
Lorenz Meier 2015-08-22 23:06:01 +02:00
parent 6fda74dbd6
commit 24af256516
1 changed files with 5 additions and 0 deletions

View File

@ -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;