Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
3:93e488fbb8a2
Parent:
2:1c1f7677ac17
Child:
16:915db2280bc4
--- a/sys.c	Tue May 17 23:53:10 2016 +0000
+++ b/sys.c	Wed May 16 02:39:14 2018 +0000
@@ -76,7 +76,7 @@
 
 	sysTiming = dly;
 
-	while (sysTiming > 0) {};//__wfe();};
+	while (sysTiming > 0) ;//{__wfi();};
 
 }