Merge pull request #511 from ADVANSEE/leds

leds: Fixes and enhancements
This commit is contained in:
Adam Dunkels 2014-06-11 22:37:34 +02:00
commit def57199b9
6 changed files with 31 additions and 43 deletions

View file

@ -58,8 +58,4 @@ leds_off(unsigned char leds)
void
leds_toggle(unsigned char leds)
{
/*
* Synonym: void leds_invert(unsigned char leds);
*/
asm(".global leds_invert\nleds_invert:\n");
}