Using SET_INPUT instead of pinMode
This commit is contained in:
		
				
					committed by
					
						 Richard Wackerbarth
						Richard Wackerbarth
					
				
			
			
				
	
			
			
			
						parent
						
							b58083b0fa
						
					
				
				
					commit
					1270fbfd38
				
			| @@ -1548,10 +1548,10 @@ void lcd_init() { | |||||||
|     #endif |     #endif | ||||||
|  |  | ||||||
|     #ifdef RIGIDBOT_PANEL |     #ifdef RIGIDBOT_PANEL | ||||||
|       pinMode(BTN_UP,INPUT); |       SET_INPUT(BTN_UP); | ||||||
|       pinMode(BTN_DWN,INPUT); |       SET_INPUT(BTN_DWN); | ||||||
|       pinMode(BTN_LFT,INPUT); |       SET_INPUT(BTN_LFT); | ||||||
|       pinMode(BTN_RT,INPUT); |       SET_INPUT(BTN_RT); | ||||||
|     #endif |     #endif | ||||||
|  |  | ||||||
|   #else  // Not NEWPANEL |   #else  // Not NEWPANEL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user