mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
I can't understand this shit with UART!
This commit is contained in:
@@ -65,11 +65,11 @@ const char *sensors_get_statename(SensorsState x){
|
||||
|
||||
// TODO: check if we can convert double to float!
|
||||
|
||||
#ifndef EBUG
|
||||
#define TYPE double
|
||||
#else
|
||||
//#ifndef EBUG
|
||||
//#define TYPE double
|
||||
//#else
|
||||
#define TYPE float
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
const TYPE mul[5] = {-1.5e-2, 1., -2., 4., -2.};
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user