led: remove support for green status led in legacy API
The last user of it was removed in a previous commit so let's remove its support entirely. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Heiko Schocher <hs@nabladev.com>
This commit is contained in:
@@ -67,8 +67,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
*/
|
||||
__weak void red_led_on(void) {}
|
||||
__weak void red_led_off(void) {}
|
||||
__weak void green_led_on(void) {}
|
||||
__weak void green_led_off(void) {}
|
||||
|
||||
/*
|
||||
* Why is gd allocated a register? Prior to reloc it might be better to
|
||||
|
||||
Reference in New Issue
Block a user