AP_Networking: fixed ChibiOS backend with 16 bit timer

This commit is contained in:
Andrew Tridgell 2023-12-27 12:06:15 +11:00
parent b340b5f8ca
commit 8fcc7d5a51
1 changed files with 0 additions and 4 deletions

View File

@ -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
*/