Skip to content

Commit

Permalink
Merge pull request #91 from ograff/PR80
Browse files Browse the repository at this point in the history
Fix Eskylink compilation option
  • Loading branch information
ataffanel committed Feb 12, 2016
2 parents 71d6ea9 + 6d58bf6 commit 7aca342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ PROJ_OBJ_CF2 += platform_cf2.o
PROJ_OBJ += exti.o nvic.o motors.o
PROJ_OBJ_CF1 += led_f103.o i2cdev_f103.o i2croutines.o adc_f103.o mpu6050.o
PROJ_OBJ_CF1 += hmc5883l.o ms5611.o nrf24l01.o eeprom.o watchdog.o
PROJ_OBJ_CF1 += eskylink.o
PROJ_OBJ_CF2 += led_f405.o mpu6500.o i2cdev_f405.o ws2812_cf2.o lps25h.o
PROJ_OBJ_CF2 += ak8963.o eeprom.o maxsonar.o piezo.o
PROJ_OBJ_CF2 += uart_syslink.o swd.o uart1.o uart2.o watchdog.o
Expand Down
1 change: 1 addition & 0 deletions hal/src/eskylink.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include <stdbool.h>
#include <string.h>
#include <errno.h>

#include "FreeRTOS.h"
#include "task.h"
Expand Down

0 comments on commit 7aca342

Please sign in to comment.