mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-05 09:00:55 +00:00
imx53: add missing break to input driver (fix #957)
This commit is contained in:
parent
a7d7337b16
commit
debec59e30
@ -62,6 +62,7 @@ int main(int argc, char **argv)
|
|||||||
plat_drv.enable(Platform::Session::I2C_3);
|
plat_drv.enable(Platform::Session::I2C_3);
|
||||||
plat_drv.enable(Platform::Session::BUTTONS);
|
plat_drv.enable(Platform::Session::BUTTONS);
|
||||||
Input::Tablet_driver::factory(ev_queue);
|
Input::Tablet_driver::factory(ev_queue);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
PWRN("No input driver available for this board");
|
PWRN("No input driver available for this board");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user