From 114d2be4441ac8d392e989df87ceda5f3b3b6d56 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 19 Jul 2017 02:31:25 +0100 Subject: [PATCH] Quick fix for to get NO_USB building --- module_usb_audio/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index a8553744..2a9d1d4f 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -12,8 +12,8 @@ #include #endif -#ifndef NO_USB #include "xud.h" /* XMOS USB Device Layer defines and functions */ +#ifndef NO_USB #include "endpoint0.h" #endif