Changed the H8300 to lower case.

This commit is contained in:
Chris Johns
2009-06-17 22:01:18 +00:00
parent 6b2c314f20
commit 1205a7c9fe

View File

@@ -353,7 +353,7 @@ odformatfp(rtems_shell_hexdump_globals* globals, char fchar __unused, const char
case sizeof(float): case sizeof(float):
digits = FLT_DIG; digits = FLT_DIG;
break; break;
#if !defined(__AVR__) && !defined(__H8300__) #if !defined(__AVR__) && !defined(__h8300__)
case sizeof(double): case sizeof(double):
digits = DBL_DIG; digits = DBL_DIG;
break; break;