charger.h

This commit is contained in:
Janosch
2022-10-10 20:04:18 +01:00
parent 0e43f2bf8c
commit 5c8f5694f0
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#include "stm32scheduler.h"
#include "picontroller.h"
#include "chargercan.h"
#include "functions.h"
#include "charger.h"
static Stm32Scheduler* scheduler;
static Can* can;
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef TEST_COMMON_H
#define TEST_COMMON_H
#include "functions.h"
#include "charger.h"
#include "digio_mock.h"
#endif