summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 1c2d5cd03..f2b2d5192 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1232,3 +1232,6 @@
arch_tcuninitialize(). Instead the new OS interface boardctl() is
called to perform these test operations on the touchscreen driver
(2015-03-31).
+ * apps/examples/adc: Change apps/examples/adc to that is now calls
+ boardctl() instead of adc_devinit() in order to initalize the ADC
+ device(2015-03-31).