Skip to content

Commit

Permalink
module time slots might get randmomized if using more than one module,
Browse files Browse the repository at this point in the history
force SHT init to be on first slot for correct delays
  • Loading branch information
martinmm committed Apr 30, 2011
1 parent 1d5ad17 commit 365812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/humid_sht_i2c.xml
Expand Up @@ -10,7 +10,7 @@
<file name="humid_sht_i2c.h"/>
</header>
<init fun="humid_sht_init()"/>
<periodic fun="humid_sht_periodic()" freq="4"/>
<periodic fun="humid_sht_periodic()" freq="4" delay="0"/>
<periodic fun="humid_sht_p_temp()" freq="4" delay="6"/>
<periodic fun="humid_sht_p_humid()" freq="4" delay="9"/>
<event fun="humid_sht_event()"/>
Expand Down

0 comments on commit 365812b

Please sign in to comment.