Skip to content

Commit d8efe2d

Browse files
fix(companion): remove useless include (#5802)
Co-authored-by: raphaelcoeffic <[email protected]>
1 parent afcfa0b commit d8efe2d

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

companion/src/firmwares/eeprominterface.h

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "boards.h"
2525
#include "macros.h"
2626
#include "radiodata.h"
27-
#include "../../radio/src/definitions.h"
2827
#include "simulatorinterface.h"
2928
#include "datahelpers.h"
3029

radio/src/definitions.h

-21
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,7 @@
2525
#include <stdbool.h>
2626
#include <stddef.h>
2727

28-
#if !defined(SIMU)
2928
#include "memory_sections.h"
30-
#endif
31-
32-
#ifndef __CCMRAM
33-
#define __CCMRAM
34-
#endif
35-
#ifndef __DMA
36-
#define __DMA
37-
#endif
38-
#ifndef __DMA_NO_CACHE
39-
#define __DMA_NO_CACHE
40-
#endif
41-
#ifndef __IRAM
42-
#define __IRAM
43-
#endif
44-
#ifndef __SDRAM
45-
#define __SDRAM
46-
#endif
47-
#ifndef __SDRAMFONTS
48-
#define __SDRAMFONTS
49-
#endif
5029

5130
#if !defined(M_PI)
5231
#define M_PI 3.14159265358979323846 // pi

radio/src/targets/simu/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ set(SIMU_DRIVERS ${SIMU_DRIVERS}
3535
${CMAKE_CURRENT_BINARY_DIR}/${HW_DESC_JSON}
3636
)
3737
include_directories(${CMAKE_CURRENT_BINARY_DIR})
38-
include_directories(../../targets/simu)
3938

4039
if(SDL2_FOUND)
4140
include_directories(${SDL2_INCLUDE_DIRS})

0 commit comments

Comments
 (0)