refactor Functions to group everything connected to the vehicle to a central location
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "CLS_BSP.h"
|
||||
#include "CLSAddress.h"
|
||||
|
||||
|
||||
#ifdef CLS_BSP_FDCAN
|
||||
@@ -67,4 +68,9 @@ CLS_Position_t CLS_BSP_GetPosition(void) {
|
||||
}
|
||||
|
||||
void CLS_BSP_SetPosition(CLS_Position_t position) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#include "BSP_GPIO.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user