Tidy omron sct file, change id poll rate then regenerate

This commit is contained in:
Douglas Clowes
2014-06-17 14:24:49 +10:00
parent ed7c371080
commit 6ce8d3d577
2 changed files with 11 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ proc ::scobj::omron_hldc::mkDriver { sct_controller name } {
if {[string equal -nocase [SplitReply [environment_simulation]] "false"]} {
${sct_controller} poll ${scobj_hpath}/distance 1
${sct_controller} poll ${scobj_hpath}/id 1
${sct_controller} poll ${scobj_hpath}/id 10
} else {
::scobj::omron_hldc::sics_log 9 "[environment_simulation] => No poll/write for omron_hldc"
}