summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-29 09:28:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-29 09:28:58 +0200
commit024a57205d3071be4afd6a6b2f4403c61678efa9 (patch)
tree73113f89c576031aaa80cdb1ca9e2db8262b2337 /c
parentbsp/lm3s69xx: New BSP variants (diff)
downloadrtems-024a57205d3071be4afd6a6b2f4403c61678efa9.tar.bz2
bsp/mpc55xx: Avoid empty enum
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/siu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/siu.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/siu.h
index 91aea51454..d5fe82d738 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/siu.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/siu.h
@@ -292,6 +292,8 @@ typedef enum {
PCR_ETPUC29_SCKD_GPIO470 = 470,
PCR_ETPUC30_SOUTD_GPIO471 = 471,
PCR_ETPUC31_SIND_GPIO472 = 472
+ #else
+ PCR_TODO
#endif
} pcr_index;