Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry <dmitrystu@gmail.com>2016-09-17 00:22:47 +0300
committerDmitry <dmitrystu@gmail.com>2016-09-17 00:22:47 +0300
commit5e91f97cc8d565cb8d21b7ba80b85b3fc0b2c541 (patch)
tree2ed14dc2dffde5bb700c04bdb7d24f411884252b /src/usbd_core.c
parenta5c0d6fe765a3e12ab9632e210fd6ca2612943da (diff)
Dead code removed
Diffstat (limited to 'src/usbd_core.c')
-rw-r--r--src/usbd_core.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/usbd_core.c b/src/usbd_core.c
index ef488de..98890e6 100644
--- a/src/usbd_core.c
+++ b/src/usbd_core.c
@@ -400,12 +400,4 @@ void usbd_control(usbd_device *dev, enum usbd_commands cmd) {
}
-/*
-const struct usbd_api usbd = {
- usbd_init,
- usbd_poll,
-};
-
-*/
-