firmware: cpcap: Fixes for LED blink macro
1) The uC should not have been changing the current, only the
duty cycle.
2) The blink pattern (300ms on, 2700ms off) does not work when
fading is introduced. Change the on/off times to work with
the new pattern (on instantly, then fade for 2 seconds, then
off for 2700ms).
3) Update how the duty cycle is saved. Before it was saved once
and could never been updated again until the device was
restarted. Now the duty cycle can be changed without a reboot.
Change-Id: Iaa193eae35046e53661e0db5386141e4d17ac9c3
Signed-off-by: Greg Meiste <w30289@motorola.com>