Harmonized the style of including headers from headers.

We surely don't care about some file I/O on host machines in 2018 ;-)
This commit is contained in:
Oliver Schmidt
2018-02-02 12:28:22 +01:00
parent f15cd3e468
commit 935f68f686
18 changed files with 22 additions and 74 deletions

View File

@@ -8,9 +8,13 @@
/* */
/*****************************************************************************/
#ifndef _ATARI2600_H
#define _ATARI2600_H
/* Check for errors */
#if !defined(__ATARI2600__)
# error This module may only be used when compiling for the Atari 2600!
@@ -22,5 +26,7 @@
#include <_riot.h>
#define RIOT (*(struct __riot*)0x0280)
/* End of atari2600.h */
#endif /* #ifndef _ATARI2600_H */
#endif