From b93aedf75f9a9f5b841df1c0de26d4b6d6bf6a59 Mon Sep 17 00:00:00 2001 From: Dave Lacey Date: Tue, 17 Apr 2012 16:02:35 +0100 Subject: [PATCH] Added missing xc_ptr file --- module_usb_aud_shared/usb_buffer/xc_ptr.xc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 module_usb_aud_shared/usb_buffer/xc_ptr.xc diff --git a/module_usb_aud_shared/usb_buffer/xc_ptr.xc b/module_usb_aud_shared/usb_buffer/xc_ptr.xc new file mode 100644 index 00000000..ee7ae963 --- /dev/null +++ b/module_usb_aud_shared/usb_buffer/xc_ptr.xc @@ -0,0 +1,3 @@ +#include "xc_ptr.h" + +extern inline xc_ptr array_to_xc_ptr(const unsigned a[]);