#define LED2_ON (  )    LED2_PORT &= ~(1U << LED2_BIT);

Definition at line 230 of file global.h.

Referenced by leds_ShowCurrent(), and leds_ShowVoltage().