summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 196c20a33b..d1b5df546b 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -230,10 +230,9 @@ enum {
230 MAXMEMGUARD 230 MAXMEMGUARD
231}; 231};
232 232
233#ifndef SIMULATOR 233#if !defined(SIMULATOR) && !defined(__PCTOOL__)
234#include "system-target.h" 234#include "system-target.h"
235#else /* SIMULATOR */ 235#else /* SIMULATOR */
236
237static inline uint16_t swap16(uint16_t value) 236static inline uint16_t swap16(uint16_t value)
238 /* 237 /*
239 result[15..8] = value[ 7..0]; 238 result[15..8] = value[ 7..0];