delete useless KPrintf in ok1052-c and xidatong board

This commit is contained in:
Liu_Weichao
2022-03-23 10:12:33 +08:00
parent 0340217e24
commit 79b417f101
4 changed files with 1 additions and 75 deletions
@@ -412,7 +412,6 @@ static uint32 Imxrt1052PinConfigure(struct PinParam *param)
struct PinIndex pin_index;
KPrintf("Imxrt1052PinConfigure\n");
if (GetPin(&pin_index, param->pin) < 0) {
return ERROR;
}
@@ -420,7 +419,6 @@ static uint32 Imxrt1052PinConfigure(struct PinParam *param)
switch(param->cmd)
{
case GPIO_CONFIG_MODE:
KPrintf("GpioConfigMode %u\n", param->pin);
GpioConfigMode(param->mode, &pin_index, param->pin);
break;
case GPIO_IRQ_REGISTER: