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