From 40192caee01bd5fe6c8ed2c61798c95782ccfdd2 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 24 Jun 2016 00:47:47 +0200 Subject: let the user build an array of lld drivers Signed-off-by: Amir Hammad --- include/usbh_lld_stm32f4.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/usbh_lld_stm32f4.h b/include/usbh_lld_stm32f4.h index c55c615..a8f7b0a 100644 --- a/include/usbh_lld_stm32f4.h +++ b/include/usbh_lld_stm32f4.h @@ -30,7 +30,8 @@ BEGIN_DECLS // pass this to usbh init -extern const void *usbh_lld_stm32f4_drivers[]; +extern const void *usbh_lld_stm32f4_driver_fs; +extern const void *usbh_lld_stm32f4_driver_hs; #ifdef USART_DEBUG void print_channels(const void *drvdata); -- cgit