Add function prototypes for compiler awareness
This commit is contained in:
		
							parent
							
								
									fc042a9592
								
							
						
					
					
						commit
						efea960180
					
				
							
								
								
									
										6
									
								
								main.c
								
								
								
								
							
							
						
						
									
										6
									
								
								main.c
								
								
								
								
							| 
						 | 
				
			
			@ -11,6 +11,12 @@ volatile char nmea_sentence[MAX_FIELD_SIZE];
 | 
			
		|||
volatile uint8_t nmea_index = 0;
 | 
			
		||||
volatile bool nmea_ready = false;
 | 
			
		||||
 | 
			
		||||
void GPIO_PORT_F_init(void);
 | 
			
		||||
void GPIO_PORT_B_init(void);
 | 
			
		||||
void UART1_WRITE(char data);
 | 
			
		||||
void control_leds_based_on_speed(float speed_kmh);
 | 
			
		||||
void process_nmea_sentence(const char *nmea_sentence);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void GPIO_PORT_F_init(void)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue