10 lines
272 B
C
10 lines
272 B
C
#ifndef CONFIG_FSFWCONFIG_H_
|
|
#define CONFIG_FSFWCONFIG_H_
|
|
|
|
//! When using the newlib nano library, C99 support for stdio facilities
|
|
//! will not be provided. This define should be set to 1 if this is the case.
|
|
#define FSFW_NO_C99_IO 0
|
|
|
|
|
|
#endif /* CONFIG_FSFWCONFIG_H_ */
|