Fix errors in some board driver LED_Disable() functions.
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
|
||||
static inline void LEDs_Disable(void)
|
||||
{
|
||||
DDRF |= LEDS_PORTF_LEDS;
|
||||
DDRE |= LEDS_PORTE_LEDS;
|
||||
DDRF &= ~LEDS_PORTF_LEDS;
|
||||
DDRE &= ~LEDS_PORTE_LEDS;
|
||||
|
||||
PORTF &= ~LEDS_PORTF_LEDS;
|
||||
PORTE &= ~LEDS_PORTE_LEDS;
|
||||
|
||||
Reference in New Issue
Block a user