Add MAX_CONTROLLER_LEDS constant

Change-Id: I5ec972338c50647049bb5a8279847d54a84d9f70
This commit is contained in:
Michael Wright 2013-10-18 17:53:50 -07:00
parent 74bdd2e7ce
commit 0247e2213e
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ enum {
ALED_CONTROLLER_4 = 0x13,
};
/* Maximum number of controller LEDs we support */
#define MAX_CONTROLLER_LEDS 4
/*
* SystemUiVisibility constants from View.
*/