mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-25 00:10:59 +00:00
project progmem finished: total change with ultipanel: 2456 byte free ram initial. now: 4374 ram.
This commit is contained in:
parent
7b70caab7c
commit
ab154d5592
10 changed files with 294 additions and 187 deletions
Marlin
|
@ -232,7 +232,9 @@ inline void trapezoid_generator_reset() {
|
|||
ISR(TIMER1_COMPA_vect)
|
||||
{
|
||||
if(busy){
|
||||
SERIAL_ERRORLN(*(unsigned short *)OCR1A<< " ISR overtaking itself.");
|
||||
SERIAL_ERROR_START
|
||||
SERIAL_ERROR(*(unsigned short *)OCR1A);
|
||||
SERIAL_ERRORLNPGM(" ISR overtaking itself.");
|
||||
return;
|
||||
} // The busy-flag is used to avoid reentering this interrupt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue