Scott Lahteine 7 роки тому
джерело
коміт
9890141f7b
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      Marlin/M100_Free_Mem_Chk.cpp

+ 1
- 1
Marlin/M100_Free_Mem_Chk.cpp Переглянути файл

@@ -241,7 +241,7 @@ void gcode_M100() {
241 241
   SERIAL_ECHOPAIR("\n__brkval : ", hex_address(__brkval));
242 242
   SERIAL_ECHOPAIR("\n__bss_end : ", hex_address(&__bss_end));
243 243
 
244
-  uint8_t *ptr = END_OF_HEAP(), *sp = top_of_stack();
244
+  char *ptr = END_OF_HEAP(), *sp = top_of_stack();
245 245
 
246 246
   SERIAL_ECHOPAIR("\nstart of free space : ", hex_address(ptr));
247 247
   SERIAL_ECHOLNPAIR("\nStack Pointer : ", hex_address(sp));

Завантаження…
Відмінити
Зберегти