Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
embedded_memory.h
Go to the documentation of this file.
1/***********************************************************************/
25#ifndef EMBEDDED_MEMORY_H_
26#define EMBEDDED_MEMORY_H_
27
28#define COMMON
29#define CONSTEXPR_ROM constexpr
30#define ROM const
31
32#endif /* EMBEDDED_MEMORY_H_ */