Skip to content
Snippets Groups Projects
Commit 25dfa9cd authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

posix board_config.h: add include board_common.h

To get the new API definitions
parent 694bf484
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
* Included Files
************************************************************************************/
#include <errno.h>
#include <stdint.h>
/************************************************************************************
* Definitions
************************************************************************************/
......
......@@ -47,3 +47,6 @@
#define BOARD_HAS_NO_BOOTLOADER
#define BOARD_MAX_LEDS 1 // Number external of LED's this board has
#include <system_config.h>
#include "../common/board_common.h"
......@@ -44,3 +44,6 @@
#define BOARD_BATTERY1_A_PER_V (15.391030303f)
#define BOARD_HAS_NO_RESET
#define BOARD_HAS_NO_BOOTLOADER
#include <system_config.h>
#include "../common/board_common.h"
......@@ -9,3 +9,5 @@
#define PX4_I2C_OBDEV_LED 0x55
#define BOARD_OVERRIDE_UUID "SYSMEMID"
#include "../common/board_common.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment