grbl-LPC-CoreXY/sim/util/floatunsisf.c

3 lines
54 B
C
Raw Normal View History

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