Skip to content

Commit

Permalink
fix: again, try to fix companion/simulaotr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarinlg committed Jan 18, 2025
1 parent 4a6ba60 commit afcfa0b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions radio/src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,25 @@
#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
#define M_PI_2 1.57079632679489661923 // pi/2
Expand Down

0 comments on commit afcfa0b

Please sign in to comment.