mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 12:08:37 +08:00
Fix compile error on load print struct
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user