error correction in board file for stm32f4-discovery
This commit is contained in:
		@@ -113,16 +113,16 @@ static const struct stm32f4_gpio stm32_f4_discovery_led_3 = {
 | 
			
		||||
		NULL
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#ifdef TEST_APP
 | 
			
		||||
static const struct gpio __led_3 = {
 | 
			
		||||
#else
 | 
			
		||||
const struct gpio __led_3 = {
 | 
			
		||||
#endif
 | 
			
		||||
		(void*)&stm32_f4_discovery_led_3,
 | 
			
		||||
		&gpio_fp
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#ifdef TEST_APP
 | 
			
		||||
static const struct driver led_3 = {
 | 
			
		||||
#else
 | 
			
		||||
const struct driver led_3 = {
 | 
			
		||||
#endif
 | 
			
		||||
		DRIVER_TYPE_GPIO,
 | 
			
		||||
		&__led_3,
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user