add EEPROM file

This commit is contained in:
2023-08-27 17:39:45 +02:00
parent 97b9e38665
commit 5bbc7bc0c3
5 changed files with 71 additions and 45 deletions

View File

@@ -5,6 +5,7 @@
* @file can_message.c
*/
#include "can_message.h"
#include "../middleware/can_interface.h"
#include "car.h"
#include "../app/factory/factory.h"