Teacup_Firmware/gcode_process.h

10 lines
188 B
C

#ifndef _GCODE_PROCESS_H
#define _GCODE_PROCESS_H
#include "gcode_parse.h"
// when we have a whole line, feed it to this
void process_gcode_command(void);
#endif /* _GCODE_PROCESS_H */