move eeprom to app
This commit is contained in:
parent
d31544783c
commit
b95b6619e3
@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
#include "../car.h"
|
#include "../car.h"
|
||||||
#include "../can_message.h"
|
#include "../can_message.h"
|
||||||
|
#include "../eeprom.h"
|
||||||
#include "../../board/led/led.h"
|
#include "../../board/led/led.h"
|
||||||
#include "../../board/button/button.h"
|
#include "../../board/button/button.h"
|
||||||
#include "../../middleware/alive.h"
|
#include "../../middleware/alive.h"
|
||||||
#include "../../middleware/can_interface.h"
|
#include "../../middleware/can_interface.h"
|
||||||
#include "../../middleware/eeprom.h"
|
|
||||||
#include "../../middleware/blinker.h"
|
#include "../../middleware/blinker.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<itemPath>app/factory/factory.h</itemPath>
|
<itemPath>app/factory/factory.h</itemPath>
|
||||||
<itemPath>app/car.h</itemPath>
|
<itemPath>app/car.h</itemPath>
|
||||||
<itemPath>app/can_message.h</itemPath>
|
<itemPath>app/can_message.h</itemPath>
|
||||||
<itemPath>middleware/eeprom.h</itemPath>
|
|
||||||
<itemPath>app/kartculator.h</itemPath>
|
<itemPath>app/kartculator.h</itemPath>
|
||||||
|
<itemPath>app/eeprom.h</itemPath>
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="board" displayName="board" projectFiles="true">
|
<logicalFolder name="board" displayName="board" projectFiles="true">
|
||||||
<itemPath>board/led/led.h</itemPath>
|
<itemPath>board/led/led.h</itemPath>
|
||||||
@ -46,8 +46,8 @@
|
|||||||
<logicalFolder name="app" displayName="app" projectFiles="true">
|
<logicalFolder name="app" displayName="app" projectFiles="true">
|
||||||
<itemPath>app/factory/factory.c</itemPath>
|
<itemPath>app/factory/factory.c</itemPath>
|
||||||
<itemPath>app/can_message.c</itemPath>
|
<itemPath>app/can_message.c</itemPath>
|
||||||
<itemPath>middleware/eeprom.c</itemPath>
|
|
||||||
<itemPath>app/kartculator.c</itemPath>
|
<itemPath>app/kartculator.c</itemPath>
|
||||||
|
<itemPath>app/eeprom.c</itemPath>
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="board" displayName="board" projectFiles="true">
|
<logicalFolder name="board" displayName="board" projectFiles="true">
|
||||||
<itemPath>board/led/led.c</itemPath>
|
<itemPath>board/led/led.c</itemPath>
|
||||||
|
Reference in New Issue
Block a user