mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14: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 "openpilot.h"
|
||||||
#include "packet_handler.h"
|
#include "packet_handler.h"
|
||||||
#include "aes.h"
|
#include "aes.h"
|
||||||
#include "crc.h"
|
|
||||||
|
|
||||||
// Private types and constants
|
// Private types and constants
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -222,7 +222,6 @@ SRC += $(FLIGHTLIB)/fifo_buffer.c
|
|||||||
SRC += $(FLIGHTLIB)/CoordinateConversions.c
|
SRC += $(FLIGHTLIB)/CoordinateConversions.c
|
||||||
SRC += $(FLIGHTLIB)/taskmonitor.c
|
SRC += $(FLIGHTLIB)/taskmonitor.c
|
||||||
SRC += $(FLIGHTLIB)/aes.c
|
SRC += $(FLIGHTLIB)/aes.c
|
||||||
SRC += $(FLIGHTLIB)/crc.c
|
|
||||||
SRC += $(FLIGHTLIB)/packet_handler.c
|
SRC += $(FLIGHTLIB)/packet_handler.c
|
||||||
|
|
||||||
## CMSIS for STM32
|
## CMSIS for STM32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user