Remove useless wait in AVR suspend code (#11352)
This commit is contained in:
		
							parent
							
								
									1aa8a3b424
								
							
						
					
					
						commit
						411b92e206
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -179,9 +179,6 @@ void suspend_wakeup_init(void) {
 | 
			
		|||
#if defined(RGBLIGHT_SLEEP) && defined(RGBLIGHT_ENABLE)
 | 
			
		||||
    is_suspended = false;
 | 
			
		||||
    if (rgblight_enabled) {
 | 
			
		||||
#    ifdef BOOTLOADER_TEENSY
 | 
			
		||||
        wait_ms(10);
 | 
			
		||||
#    endif
 | 
			
		||||
        rgblight_enable_noeeprom();
 | 
			
		||||
    }
 | 
			
		||||
    rgblight_timer_enable();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue