🎨 Pragma GCC cleanup
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							18b38fb58a
						
					
				
				
					commit
					aa198e41dd
				
			@@ -105,16 +105,14 @@ void HAL_reboot();
 | 
			
		||||
 | 
			
		||||
void _delay_ms(int delay);
 | 
			
		||||
 | 
			
		||||
#pragma GCC diagnostic push
 | 
			
		||||
#if GCC_VERSION <= 50000
 | 
			
		||||
  #pragma GCC diagnostic push
 | 
			
		||||
  #pragma GCC diagnostic ignored "-Wunused-function"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
int freeMemory();
 | 
			
		||||
 | 
			
		||||
#if GCC_VERSION <= 50000
 | 
			
		||||
  #pragma GCC diagnostic pop
 | 
			
		||||
#endif
 | 
			
		||||
#pragma GCC diagnostic pop
 | 
			
		||||
 | 
			
		||||
void analogWrite(pin_t pin, int value);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user