mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-GD.git
synced 2026-02-17 15:41:08 +00:00
Minor visual arrangements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user