usb_hid_raw.run: add "Timer" service route

Fixes #4008
This commit is contained in:
Christian Prochaska 2021-01-08 06:50:19 +01:00 committed by Norman Feske
parent 33406940f3
commit c16611dff2

View File

@ -183,7 +183,10 @@ append config {
append config "[platform_drv_config_non_x86]"
append config {
</config>
<route> <any-service> <parent/> </any-service> </route>
<route>
<service name="Timer"> <child name="timer"/> </service>
<any-service> <parent/> </any-service>
</route>
</start>
}
}