|
Mobil_surveillance_system 1
|
00001 #ifndef INIT_H_ 00002 #define INIT_H_ 00003 00005 00011 #include "msp430f2617.h" 00012 00013 //***************************************************************************** 00014 // 00015 // Types and definitions 00016 // 00017 //***************************************************************************** 00018 00019 #ifndef DEFINE_TBOOLEAN // define unsigned char as tBoolean in only that case when it hasn't been defined yet somewhere else in the scope 00020 00022 typedef unsigned char tBoolean; // use as bool 00023 #define DEFINE_TBOOLEAN 00024 00025 #endif // DEFINE_TBOOLEAN 00026 00027 //***************************************************************************** 00028 // 00029 // Function declarations 00030 // 00031 //***************************************************************************** 00032 00039 void __low_level_init(void); 00040 00041 #endif /*INIT_H_*/
1.7.4