From 365d71e03ef4654ba566e3015256c874367b6b37 Mon Sep 17 00:00:00 2001 From: philsson Date: Thu, 29 Sep 2016 14:38:42 +0200 Subject: [PATCH] Fixing stares in comments --- UAV-ControlSystem/inc/config/eeprom.h | 3 +-- UAV-ControlSystem/src/config/eeprom.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/UAV-ControlSystem/inc/config/eeprom.h b/UAV-ControlSystem/inc/config/eeprom.h index 838316d..6237a15 100644 --- a/UAV-ControlSystem/inc/config/eeprom.h +++ b/UAV-ControlSystem/inc/config/eeprom.h @@ -1,6 +1,5 @@ /********************************************************************** - * NAME: eeprom.h - * + * NAME: eeprom.h * * AUTHOR: Philip Johansson * * PURPOSE: Virtual EEPROM driver * * INFORMATION: * diff --git a/UAV-ControlSystem/src/config/eeprom.c b/UAV-ControlSystem/src/config/eeprom.c index aa09522..ca8d427 100644 --- a/UAV-ControlSystem/src/config/eeprom.c +++ b/UAV-ControlSystem/src/config/eeprom.c @@ -5,7 +5,7 @@ * INFORMATION: * * This file mainly has two functions of which one brings the settings * * from EEPROM and the other stores them * - * * + * * * All values we want in EEPROM have to be added to the EEPROM_ID_t * * struct as well as defined in eeprom_Arr with a pointer to the data * * *