summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index fc582aac03..db4b3650ee 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -234,7 +234,7 @@ enum {
234 234
235#if !defined(SIMULATOR) && !defined(__PCTOOL__) 235#if !defined(SIMULATOR) && !defined(__PCTOOL__)
236#include "system-target.h" 236#include "system-target.h"
237#else /* SIMULATOR */ 237#elif defined(HAVE_SDL) /* SIMULATOR */
238#include "system-sdl.h" 238#include "system-sdl.h"
239static inline uint16_t swap16(uint16_t value) 239static inline uint16_t swap16(uint16_t value)
240 /* 240 /*