mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Merge branch 'bugfix/twai_driver_cxx_test' into 'master'
fix(twai): fixed build errors in cxx environment Closes IDFGH-16058 See merge request espressif/esp-idf!40818
This commit is contained in:
		@@ -359,7 +359,7 @@ typedef enum {
 | 
			
		||||
/**
 | 
			
		||||
 * @brief Array initializer for all supported clock sources of TWAI
 | 
			
		||||
 */
 | 
			
		||||
#define SOC_TWAI_CLKS {SOC_MOD_CLK_APB}
 | 
			
		||||
#define SOC_TWAI_CLKS {(soc_periph_twai_clk_src_t)SOC_MOD_CLK_APB}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @brief TWAI clock source
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user