STM32: Unused function in CAN driver

This commit is contained in:
Pavel Kirienko 2014-05-07 23:47:27 +04:00
parent 44516c2cbe
commit 44d9764334

View File

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