Update ChangeLogs

This commit is contained in:
Gregory Nutt 2015-03-31 17:05:05 -06:00
parent 08f57f5d90
commit 53d10aa852

View File

@ -1235,3 +1235,5 @@
* 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).
* apps/examples/pwm/: Replace calls to pwm_devinit() in
apps/examples/pwm with calls to boardctl() (2015-03-31).