Skip to content
Snippets Groups Projects
Commit 9890141f authored by Scott Lahteine's avatar Scott Lahteine
Browse files

M100 tweak

parent 2658cc70
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ void gcode_M100() {
SERIAL_ECHOPAIR("\n__brkval : ", hex_address(__brkval));
SERIAL_ECHOPAIR("\n__bss_end : ", hex_address(&__bss_end));
uint8_t *ptr = END_OF_HEAP(), *sp = top_of_stack();
char *ptr = END_OF_HEAP(), *sp = top_of_stack();
SERIAL_ECHOPAIR("\nstart of free space : ", hex_address(ptr));
SERIAL_ECHOLNPAIR("\nStack Pointer : ", hex_address(sp));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment