summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-09 18:36:38 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:30:10 +0200
commited70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7 (patch)
tree7643a22adfa652fd33b973e06d603f896e60b7e3 /include
parent28ccd32608bb3daf0f8137eb1521f382f69d120d (diff)
downloadsecure-hid-ed70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7.tar.gz
secure-hid-ed70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7.tar.bz2
secure-hid-ed70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7.zip
Switch to cmake build system
* use tinyprintf * ability to configure project via ccmake Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/driver/usbh_device_driver.h1
-rw-r--r--include/usbh_config.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h
index 76e2619..eca8928 100644
--- a/include/driver/usbh_device_driver.h
+++ b/include/driver/usbh_device_driver.h
@@ -240,7 +240,6 @@ void device_xfer_control_read(void *data, uint16_t datalen, usbh_packet_callback
void device_xfer_control_write_setup(const void *data, uint16_t datalen, usbh_packet_callback_t callback, usbh_device_t *dev);
void device_xfer_control_write_data(const void *data, uint16_t datalen, usbh_packet_callback_t callback, usbh_device_t *dev);
-
END_DECLS
#endif
diff --git a/include/usbh_config.h b/include/usbh_config.h
index 7bf800b..4fa38cb 100644
--- a/include/usbh_config.h
+++ b/include/usbh_config.h
@@ -59,10 +59,4 @@
#error USBH_MAX_DEVICES > 127
#endif
-// Uncomment to enable OTG_HS support - low level driver
-// #define USE_STM32F4_USBH_DRIVER_HS
-
-// Uncomment to enable OTG_FS support - low level driver
-#define USE_STM32F4_USBH_DRIVER_FS
-
#endif