diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-22 10:39:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-22 10:39:00 +0000 |
commit | 7d197456418a1cfef07417a827489a4d45d27594 (patch) | |
tree | 952f118b00164e3f43d2e2c7e8010f1c0d4b2932 /os/hal | |
parent | c09d291303a77df236bf5210365cee21ff2e59a7 (diff) | |
download | ChibiOS-7d197456418a1cfef07417a827489a4d45d27594.tar.gz ChibiOS-7d197456418a1cfef07417a827489a4d45d27594.tar.bz2 ChibiOS-7d197456418a1cfef07417a827489a4d45d27594.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1659 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC563/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC563/hal_lld.h b/os/hal/platforms/SPC563/hal_lld.h index 52cd722a5..49943a098 100644 --- a/os/hal/platforms/SPC563/hal_lld.h +++ b/os/hal/platforms/SPC563/hal_lld.h @@ -144,7 +144,7 @@ BIUCR_MASTER0_PREFETCH | \
BIUCR_DPFEN | \
BIUCR_IPFEN | \
- BIUCR_PFLIM_ON_HITMISS | \
+ BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
#endif
|