move pins.h include to watch.h
This commit is contained in:
		
							parent
							
								
									37f97023a5
								
							
						
					
					
						commit
						15cbe09410
					
				@ -30,7 +30,6 @@
 | 
				
			|||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include "saml22.h"
 | 
					#include "saml22.h"
 | 
				
			||||||
#include "hal_init.h"
 | 
					#include "hal_init.h"
 | 
				
			||||||
#include "pins.h"
 | 
					 | 
				
			||||||
#include "watch.h"
 | 
					#include "watch.h"
 | 
				
			||||||
#include "tusb.h"
 | 
					#include "tusb.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -28,6 +28,7 @@
 | 
				
			|||||||
#include <stdint.h>
 | 
					#include <stdint.h>
 | 
				
			||||||
#include <stdbool.h>
 | 
					#include <stdbool.h>
 | 
				
			||||||
#include "driver_init.h"
 | 
					#include "driver_init.h"
 | 
				
			||||||
 | 
					#include "pins.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** @mainpage Sensor Watch Documentation
 | 
					/** @mainpage Sensor Watch Documentation
 | 
				
			||||||
 *  @brief This documentation covers most of the functions you will use to interact with the Sensor Watch
 | 
					 *  @brief This documentation covers most of the functions you will use to interact with the Sensor Watch
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user