X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fapps%2Fchipcon%2Fchipcon.c;h=73ccd2f9ec23e15353c420378b922288ad60dc59;hp=fac551cbc67640786e75dced12a5934ba9bd9a85;hb=986a2cbf10bdbe19688b9eb1b365ac3b328919ed;hpb=8d6134bd176afb3486a50afe47a321eb4dc8e2b4 diff --git a/firmware/apps/chipcon/chipcon.c b/firmware/apps/chipcon/chipcon.c index fac551c..73ccd2f 100644 --- a/firmware/apps/chipcon/chipcon.c +++ b/firmware/apps/chipcon/chipcon.c @@ -346,11 +346,13 @@ unsigned short cc_get_chip_id(){ case 0x01://CC1110 case 0x81://CC2510 case 0x91://CC2511 - flash_word_size=0x02; //debugstr("2 bytes/flash word"); + flash_word_size=0x02; break; default: - debugstr("Warning: Guessing flash word size."); + //debugstr("Warning: Guessing flash word size."); + flash_word_size=0; + break; case 0x85://CC2430 case 0x89://CC2431 //debugstr("4 bytes/flash word");