Merge pull request #69 from oscarbailey-xmos/no-usb-fix

Fix xs1.h not included when XUA_USB_EN=0
This commit is contained in:
Ross Owen
2018-11-13 11:22:54 +00:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
#if __XC__
#include "xccompat.h"
#include "xs1.h"
#if XUA_USB_EN
#include "dfu_interface.h"