diff --git a/ChangeLog b/ChangeLog index 765782dee8c..0b11b0edca3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9198,4 +9198,7 @@ size of the M24P16 part. From Lazlo (2014-12-10). * libc/string/lib_strncpy.c: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 will trash a lot of memory if n == 0. From Yasuhiro Osaki (2014-12-11). - + * arch/arm/src/stm32/stm32_otghsdev.c. Fix for OTGHS device driver + working in FS mode. From Ken Pettit (2014-12-12). + * libc/stdio/lib_sscanf.c: Accept %X as well as %x as a format + specifier. From Sébastien Lorquet (2014-12-12).