summaryrefslogtreecommitdiffstats
path: root/cpu/s3c44b0/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/s3c44b0/cpu.c')
-rw-r--r--cpu/s3c44b0/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/s3c44b0/cpu.c b/cpu/s3c44b0/cpu.c
index fd09bf9106..2960f2f3af 100644
--- a/cpu/s3c44b0/cpu.c
+++ b/cpu/s3c44b0/cpu.c
@@ -256,7 +256,7 @@ void i2c_init(int speed, int slaveaddr)
/*
Enable ACK, IICCLK=MCLK/16, enable interrupt
- 75Mhz/16/(12+1) = 390625 Hz
+ 75MHz/16/(12+1) = 390625 Hz
*/
rIICCON=(1<<7)|(0<<6)|(1<<5)|(0xC);
IICCON = rIICCON;
OpenPOWER on IntegriCloud