summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexdump-odsyntax.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-17 22:01:18 +0000
committerChris Johns <chrisj@rtems.org>2009-06-17 22:01:18 +0000
commit1205a7c9fe483dedad5818c8eef99ed8dc96f829 (patch)
treefa99b18464e91294b6f083d02c5d570ef4be4411 /cpukit/libmisc/shell/hexdump-odsyntax.c
parent2009-06-18 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-1205a7c9fe483dedad5818c8eef99ed8dc96f829.tar.bz2
Changed the H8300 to lower case.
Diffstat (limited to 'cpukit/libmisc/shell/hexdump-odsyntax.c')
-rw-r--r--cpukit/libmisc/shell/hexdump-odsyntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/hexdump-odsyntax.c b/cpukit/libmisc/shell/hexdump-odsyntax.c
index cd9683c61d..30d5b7f345 100644
--- a/cpukit/libmisc/shell/hexdump-odsyntax.c
+++ b/cpukit/libmisc/shell/hexdump-odsyntax.c
@@ -353,7 +353,7 @@ odformatfp(rtems_shell_hexdump_globals* globals, char fchar __unused, const char
case sizeof(float):
digits = FLT_DIG;
break;
-#if !defined(__AVR__) && !defined(__H8300__)
+#if !defined(__AVR__) && !defined(__h8300__)
case sizeof(double):
digits = DBL_DIG;
break;