basic command implementation traditional way
[cortex-from-scratch] / include / sys / robsys.h
index 78aedef..bac6703 100644 (file)
@@ -8,9 +8,9 @@
  * These values are used throughout the code to calculator desired baud
  * rates etc.
  */
-#define ENABLE_HSE     
-//efine CRYSTAL_MHZ    8
-//efine CLKSPEED_MHZ   72
+//#define ENABLE_HSE           
+//#define CRYSTAL_MHZ  8
+#define CLKSPEED_MHZ 8
 extern void clock_init();
 // extern int clock_test();
 // extern void clock_reset();