Add extern declaration for CAN handles
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
#include "cmsis_os.h"
|
#include "cmsis_os.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
extern CAN_HandleTypeDef hcan1;
|
||||||
|
extern CAN_HandleTypeDef hcan2;
|
||||||
|
|
||||||
/* Definitions for canBus1Listen */
|
/* Definitions for canBus1Listen */
|
||||||
osThreadId_t canBus1ListenHandle;
|
osThreadId_t canBus1ListenHandle;
|
||||||
const osThreadAttr_t canBus1Listen_attributes = {
|
const osThreadAttr_t canBus1Listen_attributes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user