mirror of https://github.com/ArduPilot/ardupilot
AP_Networking: fixed ChibiOS backend with 16 bit timer
This commit is contained in:
parent
b340b5f8ca
commit
8fcc7d5a51
|
@ -38,10 +38,6 @@ uint32_t *__eth_tb[STM32_MAC_TRANSMIT_BUFFERS];
|
|||
#define PERIODIC_TIMER_ID 1
|
||||
#define FRAME_RECEIVED_ID 2
|
||||
|
||||
#if CH_CFG_ST_RESOLUTION != 32
|
||||
#error "ethernet requires 32 bit timer"
|
||||
#endif
|
||||
|
||||
/*
|
||||
allocate buffers for LWIP
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue