From 3c858bf6231e9c83d0b38587f65a2d444fa752d1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 29 Dec 2014 10:06:14 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0937bd745..5cb0059e8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1162,3 +1162,5 @@ * apps/system/cdcacm, composite and usbmsc: Fix some strangely placed conditional compilation. Looks like an automated update gone awry (2014-12-28). + * apps/examples/ltdc/ltdc_main.c: Clean up documentation, some formatting + improvements. From Marco Krahl (2014-12-29).