Fixing stares in comments

This commit is contained in:
philsson 2016-09-29 14:38:42 +02:00
parent 0c3ecd9c66
commit 365d71e03e
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
/**********************************************************************
* NAME: eeprom.h
*
* NAME: eeprom.h *
* AUTHOR: Philip Johansson *
* PURPOSE: Virtual EEPROM driver *
* INFORMATION: *

View File

@ -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 *
* *