Skip to content
Snippets Groups Projects
Commit 2c87b15a authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

changed the interrupt service routine name.

parent 01d987a7
No related branches found
No related tags found
No related merge requests found
#include "usb.h" #include "usb.h"
#include "usbd_cdc.h" #include "usbd_cdc.h"
#include "gpio.h"
#define RX_DATA_SIZE 64 #define RX_DATA_SIZE 64
#define TX_DATA_SIZE 64 #define TX_DATA_SIZE 64
...@@ -172,7 +171,7 @@ USBD_CDC_ItfTypeDef usb_cdc_ops = ...@@ -172,7 +171,7 @@ USBD_CDC_ItfTypeDef usb_cdc_ops =
}; };
// interrupt handlers // interrupt handlers
void USB_LP_CAN1_RX0_IRQHandler(void) void USB_LP_CAN_RX0_IRQHandler(void)
{ {
/* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 0 */ /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 0 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment