bytes/flash warning no longer needed.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 9 Feb 2010 03:33:26 +0000 (03:33 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 9 Feb 2010 03:33:26 +0000 (03:33 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@306 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/chipcon/chipcon.c

index 33b1283..c45effc 100644 (file)
@@ -331,13 +331,13 @@ unsigned short cc_get_chip_id(){
   case 0x81://CC2510
   case 0x91://CC2511
     flash_word_size=0x02;
   case 0x81://CC2510
   case 0x91://CC2511
     flash_word_size=0x02;
-    debugstr("2 bytes/flash word");
+    //debugstr("2 bytes/flash word");
     break;
   default:
     debugstr("Warning: Guessing flash word size.");
   case 0x85://CC2430
   case 0x89://CC2431
     break;
   default:
     debugstr("Warning: Guessing flash word size.");
   case 0x85://CC2430
   case 0x89://CC2431
-    debugstr("4 bytes/flash word");
+    //debugstr("4 bytes/flash word");
     flash_word_size=0x04;
     break;
   }
     flash_word_size=0x04;
     break;
   }