grbl-LPC-CoreXY/sim/util/floatunsisf.c
Jens Geisler 5e76136dd3 relaunch ontop of latest grbl edge
code very messy but tested
2013-01-17 13:06:51 +01:00

3 lines
54 B
C

float __floatunsisf (unsigned long v) {
return v;
}