px4iofirmware Updates for NuttX 9.1.0-

This commit is contained in:
David Sidrane
2020-06-17 14:40:44 -07:00
committed by Daniel Agar
parent b32aab2d0f
commit 06d030b6d9
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <malloc.h>
#include <poll.h>
#include <signal.h>
#include <crc32.h>
+2 -2
View File
@@ -48,8 +48,8 @@
/* XXX might be able to prune these */
#include <chip.h>
#include <up_internal.h>
#include <up_arch.h>
#include <arm_internal.h>
#include <arm_arch.h>
#include <stm32.h>
//#define DEBUG