summaryrefslogtreecommitdiff
path: root/software/include
diff options
context:
space:
mode:
Diffstat (limited to 'software/include')
-rw-r--r--software/include/digium_unused.h1
-rw-r--r--software/include/octdef.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/software/include/digium_unused.h b/software/include/digium_unused.h
new file mode 100644
index 0000000..27560a8
--- /dev/null
+++ b/software/include/digium_unused.h
@@ -0,0 +1 @@
+/* Define macros here to suppress functions from the API being built */
diff --git a/software/include/octdef.h b/software/include/octdef.h
index e1bf0ba..ef9e18c 100644
--- a/software/include/octdef.h
+++ b/software/include/octdef.h
@@ -54,6 +54,9 @@ extern "C" {
/***************************** DEFINES *************************************/
+/* List of functions to skip compiling since we don't use them */
+#include "digium_unused.h"
+
/*--------------------------------------------------------------------------