This commit is contained in:
mwalker33
2019-07-24 08:12:25 +10:00
parent 5de04f84e9
commit cdc3787008
2 changed files with 3 additions and 1 deletions

View File

@@ -2606,7 +2606,7 @@ static int CmdT55xxSetDeviceConfig(const char *Cmd) {
// printf ("DLmode %d\n",downlink_mode);
t55xx_config conf = {0};
printf ("Size conf %lld\n",sizeof(conf));
// printf ("Size conf %lld\n",sizeof(conf));
if (erase) {
memset (&conf,0xff, sizeof(conf));
printf ("Conf.m[0] %x\n",conf.m[0].start_gap);