aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/LLD/hal_usb_lld.c
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-05-25 19:04:42 -0300
committerFabio Utzig <utzig@utzig.org>2016-05-25 19:04:42 -0300
commit209c3566776302eddb7819ff6c6dcfc645edff90 (patch)
treedb243ceded7504b40fc8645513c48d8270b13c3f /os/hal/ports/KINETIS/LLD/hal_usb_lld.c
parente1311c4db6cd366cf760673f769e925741ac0ad3 (diff)
parent3cde591bd28011e76cbeb56996dec8a9d151b9b6 (diff)
downloadChibiOS-Contrib-209c3566776302eddb7819ff6c6dcfc645edff90.tar.gz
ChibiOS-Contrib-209c3566776302eddb7819ff6c6dcfc645edff90.tar.bz2
ChibiOS-Contrib-209c3566776302eddb7819ff6c6dcfc645edff90.zip
Merge pull request #78 from flabbergast/kinetis
[KINETIS] Fixes for kernel-less builds.
Diffstat (limited to 'os/hal/ports/KINETIS/LLD/hal_usb_lld.c')
-rw-r--r--os/hal/ports/KINETIS/LLD/hal_usb_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/KINETIS/LLD/hal_usb_lld.c b/os/hal/ports/KINETIS/LLD/hal_usb_lld.c
index 159aef9..e8d9778 100644
--- a/os/hal/ports/KINETIS/LLD/hal_usb_lld.c
+++ b/os/hal/ports/KINETIS/LLD/hal_usb_lld.c
@@ -420,7 +420,7 @@ void usb_lld_init(void) {
}
}
usbfrac_match_found:
- chDbgAssert(i<2 && j <8,"USB Init error");
+ osalDbgAssert(i<2 && j <8,"USB Init error");
#else /* KINETIS_MCG_MODE == KINETIS_MCG_MODE_PEE */
#error USB clock setting not implemented for this KINETIS_MCG_MODE