improve coding for MA11 (codeb=0 Ohm)
+ was_uplugged should be cleared in proc samenv
This commit is contained in:
@@ -904,7 +904,7 @@ proc samenv args {
|
||||
global inside_samenv unconfigured_list vars logbase
|
||||
global objects_created objects_replaced objects_already device_name
|
||||
global selected_stick selected_addons
|
||||
global change_device_to_none
|
||||
global change_device_to_none was_unplugged
|
||||
|
||||
set inside_samenv 0
|
||||
set verbose 1
|
||||
@@ -965,6 +965,7 @@ proc samenv args {
|
||||
}
|
||||
|
||||
set change_device_to_none 0
|
||||
set was_unplugged 0
|
||||
|
||||
set nl [split $name /]
|
||||
if {[llength $nl] == 1} {
|
||||
|
||||
Reference in New Issue
Block a user