Regenerate the affected drivers

This commit is contained in:
Douglas Clowes
2014-10-22 16:03:22 +11:00
parent ff260fd737
commit d41e77cc79
20 changed files with 296 additions and 296 deletions

View File

@@ -280,10 +280,10 @@ proc ::scobj::reactor_status::mkDriver { sct_controller name device_class simula
if {[string equal -nocase "${simulation_flag}" "false"]} {
${sct_controller} poll ${scobj_hpath}/status 30
hsetprop ${scobj_hpath}/%s simulated false
hsetprop ${scobj_hpath}/status simulated false
} else {
::scobj::reactor_status::sics_log 9 "simulation_flag=${simulation_flag} => No poll/write for reactor_status"
hsetprop ${scobj_hpath}/%s simulated true
hsetprop ${scobj_hpath}/status simulated true
}
# Start of var: tg123