Commit 97b18b82 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+TODO for mux board programming retval

parent 831ef1ed
...@@ -754,6 +754,10 @@ function detect_camera(){ ...@@ -754,6 +754,10 @@ function detect_camera(){
case 'PRE10359': // Entry point for Eyesis slave cameras that have 10359B multiplexers on their ports case 'PRE10359': // Entry point for Eyesis slave cameras that have 10359B multiplexers on their ports
//log_msg('PRE10359 '.print_r($GLOBALS['port_mux'],1)); //log_msg('PRE10359 '.print_r($GLOBALS['port_mux'],1));
// previous stage: just fell through - was not break;
// TODO: process $retval error case
if ($GLOBALS['port_mux']) { if ($GLOBALS['port_mux']) {
for($port = 0; $port < 4; $port++) { for($port = 0; $port < 4; $port++) {
if ($GLOBALS['port_mux'][$port] != 'none') { if ($GLOBALS['port_mux'][$port] != 'none') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment