diff options
Diffstat (limited to 'controller/fw/sr_global.h')
-rw-r--r-- | controller/fw/sr_global.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/controller/fw/sr_global.h b/controller/fw/sr_global.h deleted file mode 100644 index 8aa219d..0000000 --- a/controller/fw/sr_global.h +++ /dev/null @@ -1,8 +0,0 @@ -#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__ */ |