mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
arch/renesas: fix nxstyle warning
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
2ab4003e0f
commit
0be55bef64
2 changed files with 3 additions and 3 deletions
|
|
@ -1352,7 +1352,7 @@ dtc_err_t rx65n_dtc_setup_seq_dynamic_transferdata(DTC_HANDLE handle,
|
|||
|
||||
p_dtransfer_cfg++;
|
||||
p_transfer_data++;
|
||||
count --;
|
||||
count--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1555,7 +1555,7 @@ dtc_err_t rx65n_dtc_setup_dynamic_transferdata(DTC_HANDLE handle,
|
|||
|
||||
p_dtransfer_cfg++;
|
||||
p_transfer_data++;
|
||||
count --;
|
||||
count--;
|
||||
}
|
||||
|
||||
/* Restore RRS bit */
|
||||
|
|
|
|||
|
|
@ -5838,7 +5838,7 @@ static int rx65n_usbinterrupt(int irq, FAR void *context, FAR void *arg)
|
|||
if (USB_ATTACH == usb_pstd_chk_vbsts())
|
||||
{
|
||||
priv->attached = 1;
|
||||
connected_times ++;
|
||||
connected_times++;
|
||||
syslog (LOG_INFO, "NuttX: USB Device Connected. %d\n",
|
||||
connected_times);
|
||||
uinfo("Device attached\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue