mirror of https://github.com/ARMmbed/mbed-os.git
Fixed static / extern for led_blik() function. This function should be encapsulated inside test_env.cpp compilation unit for internal printing / error prompting usage
parent
400e4f8085
commit
bd689d7c7e
|
@ -15,7 +15,6 @@ extern const char* TEST_ENV_MEASURE;
|
|||
extern const char* TEST_ENV_END;
|
||||
|
||||
// Test result related notification functions
|
||||
void led_blink(PinName led, float delay);
|
||||
void notify_start();
|
||||
void notify_completion(bool success);
|
||||
void notify_performance_coefficient(const char* measurement_name, const int value);
|
||||
|
|
Loading…
Reference in New Issue