1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Removed crc from PipXtreme build.

This commit is contained in:
Brian Webb 2012-03-18 10:29:28 -07:00
parent 620e862022
commit 346ae1bc6e
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
#include "openpilot.h"
#include "packet_handler.h"
#include "aes.h"
#include "crc.h"
// Private types and constants
typedef struct {

View File

@ -222,7 +222,6 @@ SRC += $(FLIGHTLIB)/fifo_buffer.c
SRC += $(FLIGHTLIB)/CoordinateConversions.c
SRC += $(FLIGHTLIB)/taskmonitor.c
SRC += $(FLIGHTLIB)/aes.c
SRC += $(FLIGHTLIB)/crc.c
SRC += $(FLIGHTLIB)/packet_handler.c
## CMSIS for STM32