mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
STM32: Unused function in CAN driver
This commit is contained in:
parent
44516c2cbe
commit
44d9764334
@ -39,7 +39,9 @@
|
||||
extern "C"
|
||||
{
|
||||
static int can1_irq(const int irq, void*);
|
||||
#if UAVCAN_STM32_NUM_IFACES > 1
|
||||
static int can2_irq(const int irq, void*);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user