Skip to content

Commit 55debc4

Browse files
author
Richard Unger
committed
change NOT_SET to float type
1 parent 95bb2c3 commit 55debc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/foc_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define _PI_6 0.52359877559f
2929
#define _RPM_TO_RADS 0.10471975512f
3030

31-
#define NOT_SET -12345.0
31+
#define NOT_SET -12345.0f
3232
#define _HIGH_IMPEDANCE 0
3333
#define _HIGH_Z _HIGH_IMPEDANCE
3434
#define _ACTIVE 1

0 commit comments

Comments
 (0)