Merge branch '1.0-local' into 1.0

This commit is contained in:
xdrm-brackets 2017-02-23 16:49:54 +01:00
commit 7722db1054
1 changed files with 2 additions and 1 deletions

View File

@ -25,9 +25,10 @@
$f_gstate = preg_replace('@^\s+@', '', $f_gstate);
$f_gstate = preg_replace('@\s+$@', '', $f_gstate);
/* (4) Extract in array */
/* (4) Extract */
$GLOBAL_STATE = $f_gstate;
slog("Starting with state '{$GLOBAL_STATE}'", 'global-state:update');
/* [2] Cache global state to chip states
=========================================================*/