Skip to content

Commit

Permalink
Add missing parent routes to hello tutorial
Browse files Browse the repository at this point in the history
Thanks Martijn Verschoor for reporting!
  • Loading branch information
nfeske authored and chelmuth committed Mar 24, 2017
1 parent 92a339b commit f6386c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repos/hello_tutorial/doc/hello_tutorial.txt
Expand Up @@ -243,6 +243,10 @@ entry to init's 'config' file, which is located at 'build/bin/config'.
! <config>
! <parent-provides>
! <service name="LOG"/>
! <service name="PD"/>
! <service name="CPU"/>
! <service name="ROM"/>
! <service name="RAM"/>
! </parent-provides>
! <default-route>
! <any-service> <parent/> <any-child/> </any-service>
Expand Down
4 changes: 4 additions & 0 deletions repos/hello_tutorial/run/hello.run
Expand Up @@ -14,6 +14,10 @@ install_config {
<config>
<parent-provides>
<service name="LOG"/>
<service name="PD"/>
<service name="CPU"/>
<service name="ROM"/>
<service name="RAM"/>
</parent-provides>
<default-route>
<any-service> <parent/> <any-child/> </any-service>
Expand Down

0 comments on commit f6386c6

Please sign in to comment.