From d8f32a79fc9e04136afcd8f4d79abe7a9b0c2eb9 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 11 Nov 2013 14:02:55 +0700 Subject: technically, mouse + keyboard device demo also work on lpc13uxx --- tinyusb/device/dcd_lpc13uxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/device') diff --git a/tinyusb/device/dcd_lpc13uxx.c b/tinyusb/device/dcd_lpc13uxx.c index c0ec8567f..25739d31f 100644 --- a/tinyusb/device/dcd_lpc13uxx.c +++ b/tinyusb/device/dcd_lpc13uxx.c @@ -182,7 +182,7 @@ static void bus_reset(void) { memclr_(&dcd_data, sizeof(dcd_lpc13xx_data_t)); for(uint8_t ep_id = 2; ep_id < DCD_LPC13XX_QHD; ep_id++) - { + { // disable all non-control endpoints on bus reset dcd_data.qhd[ep_id][0].disable = dcd_data.qhd[ep_id][1].disable = 1; } -- cgit v1.3.1