mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +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::BUTTONS);
|
||||
Input::Tablet_driver::factory(ev_queue);
|
||||
break;
|
||||
default:
|
||||
PWRN("No input driver available for this board");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user