diff options
author | Amir Hammad <amir.hammad@hotmail.com> | 2016-09-09 18:36:38 +0200 |
---|---|---|
committer | Amir Hammad <amir.hammad@hotmail.com> | 2016-09-11 13:30:10 +0200 |
commit | ed70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7 (patch) | |
tree | 7643a22adfa652fd33b973e06d603f896e60b7e3 /include/driver | |
parent | 28ccd32608bb3daf0f8137eb1521f382f69d120d (diff) | |
download | secure-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/driver')
-rw-r--r-- | include/driver/usbh_device_driver.h | 1 |
1 files changed, 0 insertions, 1 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 |