mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
		
			
				
	
	
		
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ifdef CONFIG_ESP_TIMER_IMPL_FRC2
 | 
						|
    # Enable dynamic esp_timer overflow value if building unit tests
 | 
						|
    ifneq ("$(filter esp_timer,$(TEST_COMPONENTS_LIST))","")
 | 
						|
        CPPFLAGS += -DESP_TIMER_DYNAMIC_OVERFLOW_VAL
 | 
						|
    endif
 | 
						|
endif
 |