forked from Archive/PX4-Autopilot
Fix compile error on load print struct
This commit is contained in:
parent
be63859893
commit
10047964e3
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
__EXPORT struct print_load_s {
|
||||
struct __EXPORT print_load_s {
|
||||
uint64_t total_user_time;
|
||||
|
||||
int running_count;
|
||||
|
|
Loading…
Reference in New Issue