[target] add a optional led api for simple debugging
currently set up to show when anything other than the idle thread is running.
This commit is contained in:
@@ -38,3 +38,7 @@ __WEAK void target_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
__WEAK void target_set_led(unsigned int led, bool on)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user