Led: move to 0 based index

This commit is contained in:
Lorenz Meier 2015-02-03 13:46:02 +01:00
parent c9957903e9
commit f364176b9a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public:
};
LED::LED() :
CDev("led", LED_DEVICE_PATH)
CDev("led", LED0_DEVICE_PATH)
{
// force immediate init/device registration
init();