From 074b57aa69b231d891282f2c55ca3481e5d2cd43 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 15:06:05 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1c2d5cd03..f2b2d5192 100644 --- a/ChangeLog.txt +++ b/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).