🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
This commit is contained in:
		@@ -54,7 +54,7 @@ void Heater::update() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Heater::interrupt(GpioEvent ev) {
 | 
			
		||||
  // ununsed
 | 
			
		||||
  // unused
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif // __PLAT_LINUX__
 | 
			
		||||
 
 | 
			
		||||
@@ -55,7 +55,7 @@ constexpr bool VALID_PIN(const pin_t p) { return WITHIN(p, 0, NUM_DIGITAL_PINS);
 | 
			
		||||
// Test whether the pin is PWM
 | 
			
		||||
constexpr bool PWM_PIN(const pin_t p) { return false; }
 | 
			
		||||
 | 
			
		||||
// Test whether the pin is interruptable
 | 
			
		||||
// Test whether the pin is interruptible
 | 
			
		||||
constexpr bool INTERRUPT_PIN(const pin_t p) { return false; }
 | 
			
		||||
 | 
			
		||||
// Get the pin number at the given index
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user