diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-02 17:22:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-02 17:22:48 +0200 |
commit | 14779cb187dac9ed4a0b6e7645e76e78587ad024 (patch) | |
tree | ae523d0216d0d9dce7155296bbe915a6f8f22c22 /robot/sim.h | |
parent | 052be3db6fbb855be63e95291a270ba707796739 (diff) |
ping working
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 9d73585..14f0f74 100644 --- a/robot/sim.h +++ b/robot/sim.h @@ -16,7 +16,7 @@ #define DBG_ENABLE_CYCLEINFO (0) #define DBG_ENABLE_SERIAL (1) -#define DBG_CYCLE_DELAY (100e3) +#define DBG_CYCLE_DELAY (1e3) #define DBG_MAX_CYCLES (-1) // debug print options |