diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-28 13:22:33 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-28 13:22:33 +0200 |
commit | dbd005573295293d35647dc0e9feb2beec48a31c (patch) | |
tree | 80ee9ad9f71f97bf02399fcd77ed9a7cef3f3266 /robot/sim.h | |
parent | 1ee27617253350485fc95be928cefdd5baf7ab9a (diff) |
socat pty tip
Diffstat (limited to 'robot/sim.h')
-rw-r--r-- | robot/sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/sim.h b/robot/sim.h index 249414d..23b47f1 100644 --- a/robot/sim.h +++ b/robot/sim.h @@ -18,7 +18,7 @@ extern bool g_w2_sim_headless; #define DBG_ENABLE_CYCLEINFO (0) #define DBG_ENABLE_SERIAL (1) -#define DBG_MAX_CYCLES (10) +#define DBG_MAX_CYCLES (-1) // debug print options #define DBG_BYTES_PER_LINE 16 |