jmichault/flash_cc2531

cc_write uses hardcoded pin numbers

ionitacristian82 opened this issue · 0 comments

cc_write.c uses hardcoded pin numbers and overwrites the values provided in CCDebugger.h or via command line.
Please replace the values of rePin, dcPin and ddPin with -1, so that cc_init() will be able to decide which values to use.

int main(int argc,char *argv[]) { int opt; int rePin=24; int dcPin=27; int ddPin=28; int setMult=-1;