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