delete useless KPrintf in ok1052-c and xidatong board

This commit is contained in:
Liu_Weichao 2022-03-17 14:14:21 +08:00
parent 0e0564f377
commit a38c057cd9
2 changed files with 0 additions and 4 deletions

View File

@ -460,8 +460,6 @@ uint32 Imxrt1052PinWrite(void *dev, struct BusBlockWriteParam *write_param)
return ERROR;
}
KPrintf("Imxrt1052PinWrite gpio 0x%x val %u\n", pin_index.gpio, pin_stat->val);
if (GPIO_LOW == pin_stat->val) {
GPIO_PinWrite(pin_index.gpio, pin_index.pin, 0);
} else {

View File

@ -460,8 +460,6 @@ uint32 Imxrt1052PinWrite(void *dev, struct BusBlockWriteParam *write_param)
return ERROR;
}
KPrintf("Imxrt1052PinWrite gpio 0x%x val %u\n", pin_index.gpio, pin_stat->val);
if (GPIO_LOW == pin_stat->val) {
GPIO_PinWrite(pin_index.gpio, pin_index.pin, 0);
} else {