Remove wrong file headers
This commit is contained in:
		@@ -1,10 +1,3 @@
 | 
			
		||||
/*
 | 
			
		||||
 * main.c
 | 
			
		||||
 *
 | 
			
		||||
 *  Created on: Apr 25, 2015
 | 
			
		||||
 *      Author: mari
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
/* #include <arm_math.h> */
 | 
			
		||||
 
 | 
			
		||||
@@ -1,13 +1,3 @@
 | 
			
		||||
/*
 | 
			
		||||
 * uart.c
 | 
			
		||||
 *
 | 
			
		||||
 *  Created on: Dec 15, 2014
 | 
			
		||||
 *      Author: shino-chan
 | 
			
		||||
 */
 | 
			
		||||
//USART2
 | 
			
		||||
//PA2 => TX
 | 
			
		||||
//PA3 => RX
 | 
			
		||||
//Alternate Function 7
 | 
			
		||||
#include <stm-periph/uart.h>
 | 
			
		||||
#include <stm32/stm32f4xx.h>
 | 
			
		||||
#include <stm-periph/clock-enable-manager.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user