From f6061fe574166b7d23b208f047e8789081877c57 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 27 Feb 2020 16:02:41 +0100 Subject: Add missing files --- controller/fw/src/sr_global.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 controller/fw/src/sr_global.h (limited to 'controller/fw/src/sr_global.h') diff --git a/controller/fw/src/sr_global.h b/controller/fw/src/sr_global.h new file mode 100644 index 0000000..8aa219d --- /dev/null +++ b/controller/fw/src/sr_global.h @@ -0,0 +1,8 @@ +#ifndef __SR_GLOBAL_H__ +#define __SR_GLOBAL_H__ + +#define UNUSED(x) ((void) x) + +static inline uint16_t htole(uint16_t val) { return val; } + +#endif /* __SR_GLOBAL_H__ */ -- cgit