added KILL_PIN support / cleaned up manage_inactivity function definition

This commit is contained in:
stohn
2012-08-21 14:48:29 +02:00
parent 69961dbba3
commit de0448343f
4 changed files with 32 additions and 20 deletions

View File

@ -899,7 +899,7 @@ void st_synchronize()
{
while( blocks_queued()) {
manage_heater();
manage_inactivity(1);
manage_inactivity();
LCD_STATUS;
}
}