#define LED1_ON (  )    LED1_PORT &= ~(1U << LED1_BIT);

Definition at line 225 of file global.h.

Referenced by leds_ShowCurrent(), and leds_ShowVoltage().