Skip to content

Commit

Permalink
fix(companion): remove useless include (#5802)
Browse files Browse the repository at this point in the history
Co-authored-by: raphaelcoeffic <[email protected]>
  • Loading branch information
raphaelcoeffic and raphaelcoeffic authored Jan 18, 2025
1 parent afcfa0b commit d8efe2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion companion/src/firmwares/eeprominterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "boards.h"
#include "macros.h"
#include "radiodata.h"
#include "../../radio/src/definitions.h"
#include "simulatorinterface.h"
#include "datahelpers.h"

Expand Down
21 changes: 0 additions & 21 deletions radio/src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,7 @@
#include <stdbool.h>
#include <stddef.h>

#if !defined(SIMU)
#include "memory_sections.h"
#endif

#ifndef __CCMRAM
#define __CCMRAM
#endif
#ifndef __DMA
#define __DMA
#endif
#ifndef __DMA_NO_CACHE
#define __DMA_NO_CACHE
#endif
#ifndef __IRAM
#define __IRAM
#endif
#ifndef __SDRAM
#define __SDRAM
#endif
#ifndef __SDRAMFONTS
#define __SDRAMFONTS
#endif

#if !defined(M_PI)
#define M_PI 3.14159265358979323846 // pi
Expand Down
1 change: 0 additions & 1 deletion radio/src/targets/simu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ set(SIMU_DRIVERS ${SIMU_DRIVERS}
${CMAKE_CURRENT_BINARY_DIR}/${HW_DESC_JSON}
)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
include_directories(../../targets/simu)

if(SDL2_FOUND)
include_directories(${SDL2_INCLUDE_DIRS})
Expand Down

0 comments on commit d8efe2d

Please sign in to comment.