Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed implicit function declaration request_M0() in Printing.c bigtre…
…etech#1584 This PR fixes a bug introduced in PR bigtreetech#1533 @Thro42 request_M0() is not exported in gcode.h so the compiler can't find the function in Printing.c which results in a function call of an empty function.
- Loading branch information