diff options
author | Keith Packard <keithp@keithp.com> | 2008-12-19 11:04:16 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-19 11:04:16 -0800 |
commit | 55995515b9d4fc1e193039eab697c5d03db417c2 (patch) | |
tree | 26fe03c8e599a60cdaf2b4d1ebc3b17549584320 /ccdbg-io.c | |
parent | 0bc52385b8f86f9ca1c450ad106e6d8afe3bc153 (diff) |
Add flash writing code.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ccdbg-io.c')
-rw-r--r-- | ccdbg-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ ccdbg_half_clock(struct ccdbg *dbg) struct timespec req, rem; req.tv_sec = (CC_CLOCK_US / 2) / 1000000; req.tv_nsec = ((CC_CLOCK_US / 2) % 1000000) * 1000; -// nanosleep(&req, &rem); + nanosleep(&req, &rem); } struct ccdbg * |