diff options
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ startup=nil abortTest=nil abortInit=nil +-- if we want the debug messages set the DEBUG variable +-- DEBUG=true dofile("binaryLib.lua") dofile("microwire.lua") |