summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-08-01 08:47:41 +0700
committerhathach <thach@tinyusb.org>2018-08-01 08:47:41 +0700
commitbac233e99b6924fadbc40e95e440432a956308c2 (patch)
treec177becbb46c7273002ce6d99f2ec68b21883822
parent6ddd8583da6993c61f56ec6cbb908fac16924acd (diff)
clean up
-rw-r--r--ports/nrf/common-hal/usb_hid/Device.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ports/nrf/common-hal/usb_hid/Device.c b/ports/nrf/common-hal/usb_hid/Device.c
index 19ccb3fe2..c2fff7001 100644
--- a/ports/nrf/common-hal/usb_hid/Device.c
+++ b/ports/nrf/common-hal/usb_hid/Device.c
@@ -25,22 +25,12 @@
*/
#include <string.h>
-
#include "tick.h"
#include "common-hal/usb_hid/Device.h"
-
#include "py/runtime.h"
-//#include "shared-bindings/microcontroller/__init__.h"
#include "shared-bindings/usb_hid/Device.h"
#include "tusb.h"
-//--------------------------------------------------------------------+
-// MACRO TYPEDEF CONSTANT ENUM DECLARATION
-//--------------------------------------------------------------------+
-
-
-//------------- IMPLEMENTATION -------------//
-
uint8_t common_hal_usb_hid_device_get_usage_page(usb_hid_device_obj_t *self) {
return self->usage_page;
}