Missing CHPRINTF_USE_FLOAT in simulator's chconf.h
This commit is contained in:
parent
c49b5392dd
commit
77d7221843
|
@ -28,6 +28,8 @@
|
|||
#ifndef _CHCONF_H_
|
||||
#define _CHCONF_H_
|
||||
|
||||
#define CHPRINTF_USE_FLOAT TRUE
|
||||
|
||||
/*===========================================================================*/
|
||||
/**
|
||||
* @name System timers settings
|
||||
|
|
Loading…
Reference in New Issue