AMU Library 3.0
C/C++ library for communicating with AMU (Aerospace Measurement Unit) devices
Loading...
Searching...
No Matches
amu_config_internal.h
Go to the documentation of this file.
1
8
9
10#ifndef __AMU_CONFIG_INTERNAL_H__
11#define __AMU_CONFIG_INTERNAL_H__
12
13
14#if defined(__has_include) && (__has_include("amulibc_config.h") || __has_include("../amulibc_config.h"))
15# define AMULIBC_CONFIG_MESSAGE "Using CUSTOM amulibc_config.h file"
16# include "amulibc_config.h"
17#else
18# define AMULIBC_CONFIG_MESSAGE "Using DEFAULT amulibc_config.h file"
19# define __AMU_LOW_MEMORY__
20#endif
21
22#endif /* __AMU_CONFIG_INTERNAL_H__ */