X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tos%2Fplatforms%2Fmulle%2Fhardware.h;h=5da8a5868e6a3584e6c02ab10d2a43d76172fedc;hb=f1b1bacb52777dced4f53563b4a30fc31940ca7d;hp=ff2ed9ef32db21b4b49b2e65937241698f68bf2e;hpb=2d74d98ec380d6cf237814287406c993977a60e3;p=tinyos-2.x.git diff --git a/tos/platforms/mulle/hardware.h b/tos/platforms/mulle/hardware.h index ff2ed9ef..5da8a586 100755 --- a/tos/platforms/mulle/hardware.h +++ b/tos/platforms/mulle/hardware.h @@ -44,8 +44,15 @@ #define MAIN_CRYSTAL_SPEED 10 /*MHz*/ #define PLL_MULTIPLIER M16C62P_PLL_2 -#ifndef PLL_ON -#define RF230_SLOW_SPI +#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