From ed70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 9 Sep 2016 18:36:38 +0200 Subject: Switch to cmake build system * use tinyprintf * ability to configure project via ccmake Signed-off-by: Amir Hammad --- include/usbh_config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/usbh_config.h') 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 -- cgit