Update ChangeLogs

This commit is contained in:
Gregory Nutt 2015-03-31 15:06:05 -06:00
parent 39c47ee3f7
commit 074b57aa69

View File

@ -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).