3 Copyright 2008 Fred Cooke
5 This file creates the symbols for all of the variables. It is
6 separated to clarify how much memory is actually being used by
7 various parts of the program. This is required because the RX/TX
8 buffers and main paged RAM unions show up as occupied data space
9 even though they are actually in RAM and not flash. Additionally
10 it serves as a good place to keep the Doxygen main page comment.
12 This file is part of the FreeEMS project.
14 FreeEMS software is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 3 of the License, or
17 (at your option) any later version.
19 FreeEMS software is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
24 You should have received a copy of the GNU General Public License
25 along with any FreeEMS software. If not, see http://www.gnu.org/licenses/
27 We ask that if you make any changes to this file you email them upstream to
28 us at admin(at)diyefi(dot)org or, even better, fork the code on github.com!
30 Thank you for choosing FreeEMS to run your engine! */
34 #include "inc/freeEMS.h"
37 /* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
38 /* &&&&&&&&&&& THIS FILE IS SUPPOSED TO HAVE NO CODE!!! &&&&&&&&&&& */
39 /* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */