Florian Fainelli wrote:
This patch adds support for controlling the front LED on Cobalt Server. It has been tested on Qube 2 with either no default trigger, or the IDE-activity trigger. Both work fine. Please comment and test !
Why did you add COBALT_LED_BASE when there was already a COBALT_LED_PORT define on the line above ?
All your *(volatile uint8_t *) COBALT_LED_BASE = n; can be replaced by COBALT_LED_PORT = n; P.