diff options
| author | hathach <[email protected]> | 2013-11-11 12:48:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-11 12:48:21 +0700 |
| commit | f00a4b448d85c4cf36edb8dc7245d7c3fa1c07ec (patch) | |
| tree | 8a0187580fbc26779f32515d54cb5e2a4190f4b8 /tinyusb/device/dcd_lpc43xx.c | |
| parent | 9cb99d371693a4294d8d9fb190ca23c1043da755 (diff) | |
adding support for lpc13uxx
Diffstat (limited to 'tinyusb/device/dcd_lpc43xx.c')
| -rw-r--r-- | tinyusb/device/dcd_lpc43xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc43xx.c b/tinyusb/device/dcd_lpc43xx.c index cbff0a67f..e854dc2e5 100644 --- a/tinyusb/device/dcd_lpc43xx.c +++ b/tinyusb/device/dcd_lpc43xx.c @@ -203,7 +203,7 @@ void dcd_controller_set_configuration(uint8_t coreid, uint8_t config_num) }
/// follows LPC43xx User Manual 23.10.3
-void bus_reset(uint8_t coreid)
+static void bus_reset(uint8_t coreid)
{
LPC_USB0_Type* const lpc_usb = LPC_USB[coreid];
|
