Minor visual arrangements

This commit is contained in:
EmanuelFeru
2020-06-23 19:53:35 +02:00
parent 1e7bf7cd90
commit 19aee79e57
6 changed files with 43 additions and 43 deletions

View File

@@ -25,6 +25,7 @@
// Includes
#include "gd32f1x0.h"
#include "config.h"
#include "util.h"
#if defined(PRINTF_FLOAT_SUPPORT) && defined(SERIAL_DEBUG) && defined(__GNUC__)
asm(".global _printf_float"); // this is the magic trick for printf to support float. Warning: It will increase code considerably! Better to avoid!
@@ -179,4 +180,4 @@ typedef struct {
int16_t temp;
} MPU_Data;
#endif
#endif // DEFINES_H