immunize kiosk mode against I/O triggers in test program

This commit is contained in:
BigEd 2010-11-22 15:20:24 +00:00
parent c7ac03edd8
commit b3e58dcbab
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ function setup_part2(){
function setup_part3(){
loadProgram();
writeTriggers={}; // kiosk mode does not handle I/O
initChip();
document.getElementById('stop').style.visibility = 'hidden';
go();