rtc example with tm1637 driver
[cortex-from-scratch] / main.c
diff --git a/main.c b/main.c
index 68eaa03..da28711 100644 (file)
--- a/main.c
+++ b/main.c
@@ -69,10 +69,10 @@ void main()
        led_init();
 //     eeprom_at24c_init();
 //     eeprom_test();
+       tm1637_init();
+
        rtc_init();
 
-       tm1637_init();
-       tm1637_example();
 
        //uint32_t test = hextoreg("12345678");