mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 9356d6af3f
			
		
	
	9356d6af3f
	
	
	
		
			
			- test.c can cause issues if there is another main function - Closes https://github.com/espressif/esp-idf/issues/1883
		
			
				
	
	
		
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Component Makefile
 | |
| #
 | |
| COMPONENT_ADD_INCLUDEDIRS := cJSON
 | |
| COMPONENT_SRCDIRS := cJSON
 | |
| COMPONENT_SUBMODULES := cJSON
 | |
| COMPONENT_OBJS := cJSON/cJSON.o cJSON/cJSON_Utils.o
 |