diff --git a/main.c b/main.c --- a/main.c +++ b/main.c @@ -9,6 +9,7 @@ uint8_t BlinkSpeed = 0; /* Main */ int main(void) { + SystemInit(); RCC_ClocksTypeDef RCC_Clocks; /* Configure LED3 and LED4 on STM32L100C-Discovery */ @@ -27,9 +28,9 @@ int main(void) BlinkSpeed = 1; /* Init lcd driver */ - SSD1303_Init(); - SSD1303_DrawPoint(3,3,1); - SSD1303_DrawPoint(5,5,0); +// SSD1303_Init(); +// SSD1303_DrawPoint(3,3,1); +// SSD1303_DrawPoint(5,5,0); STM_EVAL_LEDOn(LED4); Delay(1000);