summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/carrays_float.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/carrays_float.i')
-rw-r--r--peripheral/libupm/src/carrays_float.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/peripheral/libupm/src/carrays_float.i b/peripheral/libupm/src/carrays_float.i
deleted file mode 100644
index 77e19ae..0000000
--- a/peripheral/libupm/src/carrays_float.i
+++ /dev/null
@@ -1,8 +0,0 @@
-// From the SWIG documentation:
-// Unlike #include, %include includes each file once
-// (and will not reload the file on subsequent %include declarations).
-// Therefore, it is not necessary to use include-guards in SWIG interfaces.
-// So you can include this file and .i files for other C types
-%include "stdint.i"
-%include "carrays.i"
-%array_class(float, floatArray);