aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2015-04-21 12:57:47 -1000
committerDavid Sidrane <david_s5@nscdg.com>2015-04-22 02:30:14 -1000
commit3f287843a374f585c51292b7ae676a8b3d01e8e1 (patch)
tree21785090d805d1fe11309d2fdcbea20b3c0316d7
parentd04b47059a600efce126c003b78929ee1842d346 (diff)
downloadpx4-firmware-3f287843a374f585c51292b7ae676a8b3d01e8e1.tar.gz
px4-firmware-3f287843a374f585c51292b7ae676a8b3d01e8e1.tar.bz2
px4-firmware-3f287843a374f585c51292b7ae676a8b3d01e8e1.zip
comments and formating
-rw-r--r--src/drivers/boards/px4cannode-v1/bootloader/src/board_config.h4
-rw-r--r--src/drivers/boards/px4cannode-v1/bootloader/uavcan/protocol.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/drivers/boards/px4cannode-v1/bootloader/src/board_config.h b/src/drivers/boards/px4cannode-v1/bootloader/src/board_config.h
index d41577006..d15e318f9 100644
--- a/src/drivers/boards/px4cannode-v1/bootloader/src/board_config.h
+++ b/src/drivers/boards/px4cannode-v1/bootloader/src/board_config.h
@@ -46,6 +46,10 @@
* Included Files
************************************************************************************/
+/* Bring in the board_config.h definitions
+ * todo:make this be pulled in from a targed's build
+ * files in nuttx*/
+
#include "../../board_config.h"
#include "protocol.h"
#include <nuttx/compiler.h>
diff --git a/src/drivers/boards/px4cannode-v1/bootloader/uavcan/protocol.h b/src/drivers/boards/px4cannode-v1/bootloader/uavcan/protocol.h
index faee7ae10..3b49ffce5 100644
--- a/src/drivers/boards/px4cannode-v1/bootloader/uavcan/protocol.h
+++ b/src/drivers/boards/px4cannode-v1/bootloader/uavcan/protocol.h
@@ -3,7 +3,7 @@
* Included Files
****************************************************************************/
-# include <nuttx/compiler.h>
+#include <nuttx/compiler.h>
#include <stdint.h>
#include <stdlib.h>