Minor fixups to the documentation and preprocessor tokens.
This commit is contained in:
parent
f979fd36be
commit
53eca61d02
8 changed files with 19 additions and 18 deletions
|
@ -33,8 +33,8 @@
|
|||
* Header file for DataflashManager.c.
|
||||
*/
|
||||
|
||||
#ifndef _DATAFLASH_MANAGER_H
|
||||
#define _DATAFLASH_MANAGER_H
|
||||
#ifndef _DATAFLASH_MANAGER_H_
|
||||
#define _DATAFLASH_MANAGER_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
* Header file for DataflashManager.c.
|
||||
*/
|
||||
|
||||
#ifndef _DATAFLASH_MANAGER_H
|
||||
#define _DATAFLASH_MANAGER_H
|
||||
#ifndef _DATAFLASH_MANAGER_H_
|
||||
#define _DATAFLASH_MANAGER_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue