summaryrefslogtreecommitdiff
path: root/include/arch/lora32u4ii/arch_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/lora32u4ii/arch_types.h')
-rw-r--r--include/arch/lora32u4ii/arch_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/arch/lora32u4ii/arch_types.h b/include/arch/lora32u4ii/arch_types.h
new file mode 100644
index 0000000..5f4e729
--- /dev/null
+++ b/include/arch/lora32u4ii/arch_types.h
@@ -0,0 +1,7 @@
+#ifndef ARCH_TYPES_H
+#define ARCH_TYPES_H
+
+typedef uint8_t native_uint_t;
+typedef int8_t native_int_t;
+
+#endif