From f501682759dcd355ca6a619c2a353d9106c7f168 Mon Sep 17 00:00:00 2001 From: funnydog Date: Tue, 15 Nov 2016 19:34:58 +0100 Subject: Fix KINETIS USB_SERIAL testhal compilation. Fix KINETIS USB_SERIAL testhal compilation by renaming the function sduDisconnectI() to sduSuspendHookI(). --- testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/usbcfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/KINETIS/FRDM-KL25Z') diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/usbcfg.c b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/usbcfg.c index 3093640..fa5b4f4 100644 --- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/usbcfg.c +++ b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/usbcfg.c @@ -284,7 +284,7 @@ static void usb_event(USBDriver *usbp, usbevent_t event) { chSysLockFromISR(); /* Disconnection event on suspend.*/ - sduDisconnectI(&SDU1); + sduSuspendHookI(&SDU1); chSysUnlockFromISR(); return; -- cgit v1.2.3