summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-10-06 22:02:06 +0000
committerNils Wallménius <nils@rockbox.org>2009-10-06 22:02:06 +0000
commitd1a9e0c5884942b62b3f538007e2b56a8c221f05 (patch)
tree09d060f7e161824c36f90afcfa1fbeba4b745261 /firmware
parentee21a5322e6eba742f7824334c840408ce7e839d (diff)
downloadrockbox-d1a9e0c5884942b62b3f538007e2b56a8c221f05.tar.gz
rockbox-d1a9e0c5884942b62b3f538007e2b56a8c221f05.zip
fix checkwps breakage caused by r229900
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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];