diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index b33d1fa80a..84cc249c09 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -1403,7 +1403,6 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg) /* Save the PID of the recipient of the SIGINT signal. */ dev->pid = (pid_t)arg; - DEBUGASSERT((unsigned long)(dev->pid) == arg); } break; #endif