PER Firmware
Loading...
Searching...
No Matches
can_irq.h
Go to the documentation of this file.
1
8#ifndef CAN_IRQ_H
9#define CAN_IRQ_H
10
11#include <stdint.h>
12
13extern volatile uint32_t last_can_rx_time_ms;
14void CAN1_RX0_IRQHandler();
15void CAN2_RX0_IRQHandler();
16
17#endif // CAN_IRQ_H