summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f248d97)
raw | patch | inline | side by side (parent: f248d97)
author | Sajesh Kumar Saran <sajesh@ti.com> | |
Fri, 16 Mar 2012 21:17:28 +0000 (17:17 -0400) | ||
committer | Sajesh Kumar Saran <sajesh@ti.com> | |
Fri, 16 Mar 2012 21:17:28 +0000 (17:17 -0400) |
src/hw/i2c/i2c.c | patch | blob | history |
diff --git a/src/hw/i2c/i2c.c b/src/hw/i2c/i2c.c
index e64e12dd34fdfff4fe77c2b55a6f2cd7652c648c..850c00ea1131014dd9a3bdf1bd11dec9b6abf8a9 100644 (file)
--- a/src/hw/i2c/i2c.c
+++ b/src/hw/i2c/i2c.c
{
volatile unsigned int i;
- for (i = 0; i < del/8; i++);
-
+ for (i = 0; i < del/8; i++){
+ asm(" NOP ");
+ }
}