From d1a9e0c5884942b62b3f538007e2b56a8c221f05 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 6 Oct 2009 22:02:06 +0000 Subject: fix checkwps breakage caused by r229900 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export/system.h') 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 { MAXMEMGUARD }; -#ifndef SIMULATOR +#if !defined(SIMULATOR) && !defined(__PCTOOL__) #include "system-target.h" #else /* SIMULATOR */ - static inline uint16_t swap16(uint16_t value) /* result[15..8] = value[ 7..0]; -- cgit v1.2.3