[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:
Travis Geiselbrecht
2012-07-21 13:08:05 -07:00
parent 056c869ddb
commit 4bea031527
3 changed files with 18 additions and 1 deletions

View File

@@ -38,3 +38,7 @@ __WEAK void target_init(void)
{
}
__WEAK void target_set_led(unsigned int led, bool on)
{
}