mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
Remove duplicated global var and defines from board definition file
Was caught using just added linker options: LDFLAGS += -Wl,--warn-common LDFLAGS += -Wl,--fatal-warnings
This commit is contained in:
parent
f65ff0585f
commit
243c1a28ec
@ -303,18 +303,6 @@ extern uint32_t pios_packet_handler;
|
|||||||
#define RS_ECC_NPARITY 4
|
#define RS_ECC_NPARITY 4
|
||||||
#endif /* PIOS_INCLUDE_PACKET_HANDLER */
|
#endif /* PIOS_INCLUDE_PACKET_HANDLER */
|
||||||
|
|
||||||
//-------------------------
|
|
||||||
// Packet Handler
|
|
||||||
//-------------------------
|
|
||||||
|
|
||||||
#if defined(PIOS_INCLUDE_PACKET_HANDLER)
|
|
||||||
uint32_t pios_packet_handler;
|
|
||||||
#define PIOS_PACKET_HANDLER (pios_packet_handler)
|
|
||||||
#define PIOS_PH_MAX_PACKET 255
|
|
||||||
#define PIOS_PH_WIN_SIZE 3
|
|
||||||
#define PIOS_PH_MAX_CONNECTIONS 1
|
|
||||||
#endif /* PIOS_INCLUDE_PACKET_HANDLER */
|
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
// Reed-Solomon ECC
|
// Reed-Solomon ECC
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user