diff --git a/common/led.h b/common/led.h index d5fc051b..8402c573 100644 --- a/common/led.h +++ b/common/led.h @@ -32,6 +32,7 @@ along with this program. If not, see . extern "C" { #endif +__attribute__((weak)) void led_set(uint8_t usb_led); #ifdef __cplusplus