File tree 3 files changed +0
-23
lines changed
3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 24
24
#include " boards.h"
25
25
#include " macros.h"
26
26
#include " radiodata.h"
27
- #include " ../../radio/src/definitions.h"
28
27
#include " simulatorinterface.h"
29
28
#include " datahelpers.h"
30
29
Original file line number Diff line number Diff line change 25
25
#include <stdbool.h>
26
26
#include <stddef.h>
27
27
28
- #if !defined(SIMU )
29
28
#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
50
29
51
30
#if !defined(M_PI )
52
31
#define M_PI 3.14159265358979323846 // pi
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ set(SIMU_DRIVERS ${SIMU_DRIVERS}
35
35
${CMAKE_CURRENT_BINARY_DIR} /${HW_DESC_JSON}
36
36
)
37
37
include_directories (${CMAKE_CURRENT_BINARY_DIR} )
38
- include_directories (../../targets/simu)
39
38
40
39
if (SDL2_FOUND)
41
40
include_directories (${SDL2_INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments