I can't understand this shit with UART!

This commit is contained in:
Edward Emelianov
2023-09-15 23:43:35 +03:00
parent 94f87db5c5
commit a8296717e1
8 changed files with 28 additions and 23 deletions

View File

@@ -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.};
/**