2020-09-30 20:52:51 +02:00
|
|
|
#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.
|
2020-10-30 13:30:33 +01:00
|
|
|
#define FSFW_NO_C99_IO 1
|
2020-09-30 20:52:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* CONFIG_FSFWCONFIG_H_ */
|