]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/hardware.h
Fixed a bug in the Software I2C. The first time a start condition was sent the clock...
[tinyos-2.x.git] / tos / platforms / mulle / hardware.h
index d478bdac3bb232e8796f04731fe1c80fa9d28712..5da8a5868e6a3584e6c02ab10d2a43d76172fedc 100755 (executable)
 #define MAIN_CRYSTAL_SPEED 10 /*MHz*/
 #define PLL_MULTIPLIER M16C62P_PLL_2
 
+#define RF230_SLOW_SPI_MULLE
+
+#ifdef RF230_SLOW_SPI_MULLE
+#warning You are using the RF230 driver with a Mulle specific software fix. If you are using some very timecritical network protocols these may not work as intended! \
+You should not remove this fix unless you are totaly sure of what you are doing!
+#endif
+
+#ifdef ENABLE_STOP_MODE
+#include "pin_configuration.h"
+#endif
+
 #include "m16c62phardware.h" // Header file for the MCU
 
 #endif  // __HARDWARE_H__