mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
fix checkwps breakage caused by r229900
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee21a5322e
commit
d1a9e0c588
3 changed files with 2 additions and 12 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue