Changed floats default for chprintf.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10143 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c7caadf519
commit
0c9bb01240
|
@ -31,7 +31,7 @@
|
|||
* @brief Float type support.
|
||||
*/
|
||||
#if !defined(CHPRINTF_USE_FLOAT) || defined(__DOXYGEN__)
|
||||
#define CHPRINTF_USE_FLOAT TRUE
|
||||
#define CHPRINTF_USE_FLOAT FALSE
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue