Skip to content

Commit

Permalink
AP_Networking: fixed ChibiOS backend with 16 bit timer
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Dec 27, 2023
1 parent 7a877f8 commit a4f0e43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/AP_Networking/AP_Networking_ChibiOS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a4f0e43

Please sign in to comment.