]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/NetProgC.nc
Added faster baud rate speed when using sm16cf to program Mulle.
[tinyos-2.x.git] / tos / lib / net / Deluge / extra / NetProgC.nc
index 79bad7651dd654b4bde4b9323cf9de1b9687ada2..74ad31323bccb346973766e19873eb565af0ca85 100644 (file)
@@ -56,7 +56,7 @@ implementation {
   components ActiveMessageAddressC;
   NetProgM.setAmAddress -> ActiveMessageAddressC;
 
-#if !defined(PLATFORM_TINYNODE)
+#if !defined(PLATFORM_TINYNODE) && !defined(PLATFORM_MULLE)
   components CC2420ControlP;
   NetProgM.CC2420Config -> CC2420ControlP;
 #endif