summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-02 22:53:26 +0700
committerhathach <[email protected]>2018-03-02 22:53:26 +0700
commitfe0e79864b3d3194408aa6efcc35ba403b5427be (patch)
tree991b8d2dedffb3f19d1cf433e345099bc8dcfe9c /hw
parent9208570d3a40131713995856743aa233f01ebda1 (diff)
add config number
Diffstat (limited to 'hw')
-rw-r--r--hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c
index 6a5117c30..274774189 100644
--- a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c
+++ b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c
@@ -194,7 +194,7 @@ void hal_dcd_set_address(uint8_t coreid, uint8_t dev_addr)
LPC_USB[coreid]->DEVICEADDR = (dev_addr << 25) | BIT_(24);
}
-void hal_dcd_set_config(uint8_t coreid)
+void hal_dcd_set_config(uint8_t coreid, uint8_t config_num)
{
}