mirror of
				https://github.com/espressif/esp-mqtt.git
				synced 2025-11-04 09:02:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * This file is subject to the terms and conditions defined in
 | 
						|
 * file 'LICENSE', which is part of this source code package.
 | 
						|
 * Tuan PM <tuanpm at live dot com>
 | 
						|
 */
 | 
						|
#ifndef _PLATFORM_H__
 | 
						|
#define _PLATFORM_H__
 | 
						|
 | 
						|
//Support ESP32
 | 
						|
#ifdef ESP_PLATFORM
 | 
						|
#include "platform_esp32_idf.h"
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 |