move eeprom to app

This commit is contained in:
2023-08-31 17:52:38 +02:00
parent d31544783c
commit b95b6619e3
4 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@
#include "../car.h"
#include "../can_message.h"
#include "../eeprom.h"
#include "../../board/led/led.h"
#include "../../board/button/button.h"
#include "../../middleware/alive.h"
#include "../../middleware/can_interface.h"
#include "../../middleware/eeprom.h"
#include "../../middleware/blinker.h"