mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Removed crc from PipXtreme build.
This commit is contained in:
parent
620e862022
commit
346ae1bc6e
@ -30,7 +30,6 @@
|
||||
#include "openpilot.h"
|
||||
#include "packet_handler.h"
|
||||
#include "aes.h"
|
||||
#include "crc.h"
|
||||
|
||||
// Private types and constants
|
||||
typedef struct {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user