📝 kHz => KHz

This commit is contained in:
Scott Lahteine
2022-01-10 19:49:03 -06:00
parent 476028d476
commit 02b29c0fec
20 changed files with 36 additions and 36 deletions

View File

@@ -883,7 +883,7 @@ class Planner {
static void finish_and_disable();
// Periodic handler to manage the cleaning buffer counter
// Called from the Temperature ISR at ~1kHz
// Called from the Temperature ISR at ~1KHz
static void isr() { if (cleaning_buffer_counter) --cleaning_buffer_counter; }
/**