#define LED3_ON (  )    LED3_PORT &= ~(1U << LED3_BIT);

Definition at line 235 of file global.h.

Referenced by leds_ShowCurrent(), and leds_ShowVoltage().