summaryrefslogtreecommitdiff
path: root/ccdbg-io.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-19 11:04:16 -0800
committerKeith Packard <keithp@keithp.com>2008-12-19 11:04:16 -0800
commit55995515b9d4fc1e193039eab697c5d03db417c2 (patch)
tree26fe03c8e599a60cdaf2b4d1ebc3b17549584320 /ccdbg-io.c
parent0bc52385b8f86f9ca1c450ad106e6d8afe3bc153 (diff)
Add flash writing code.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ccdbg-io.c')
-rw-r--r--ccdbg-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccdbg-io.c b/ccdbg-io.c
index 765bde84..b78e3aad 100644
--- a/ccdbg-io.c
+++ b/ccdbg-io.c
@@ -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 *