FreeEMS  0.2.0-SNAPSHOT-285-g028e24c
flashGlobals.h
Go to the documentation of this file.
1 /** @file
2  *
3  * @todo TODO integrate this file with the rest of the masks and other global constants and hash defines etc
4  *
5  * FreeEMS - the open source engine management system
6  *
7  * Copyright 2008-2009 Fred Cooke
8  *
9  * This file is part of the FreeEMS project.
10  *
11  * FreeEMS software is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation, either version 3 of the License, or
14  * (at your option) any later version.
15  *
16  * FreeEMS software is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with any FreeEMS software. If not, see http://www.gnu.org/licenses/
23  *
24  * We ask that if you make any changes to this file you email them upstream to
25  * us at admin(at)diyefi(dot)org or, even better, fork the code on github.com!
26  *
27  * Thank you for choosing FreeEMS to run your engine!
28  */
29 
30 
31 /* Header file multiple inclusion protection courtesy eclipse Header Template */
32 /* and http://gcc.gnu.org/onlinedocs/gcc-3.1.1/cpp/ C pre processor manual */
33 #ifndef FILE_FLASHGLOBALS_H_SEEN
34 #define FILE_FLASHGLOBALS_H_SEEN
35 
36 
37 #define PVIOL 0x20
38 #define ACCERR 0x10
39 
40 
41 #else
42  /* let us know if we are being untidy with headers */
43  #warning "Header file FLASHGLOBALS_H seen before, sort it out!"
44 /* end of the wrapper ifdef from the very top */
45 #endif