diff --git a/right/src/peripherals/test_led.c b/right/src/peripherals/test_led.c index 8c20cf8..50197e1 100644 --- a/right/src/peripherals/test_led.c +++ b/right/src/peripherals/test_led.c @@ -1,7 +1,7 @@ #include "test_led.h" #include "fsl_port.h" -extern void InitTestLed(void) +void InitTestLed(void) { CLOCK_EnableClock(TEST_LED_CLOCK); PORT_SetPinMux(TEST_LED_GPIO_PORT, TEST_LED_GPIO_PIN, kPORT_MuxAsGpio);