diff python/stm32f4/blink.c3 @ 205:d77cb5962cc5

Added some handcoded arm code generation
author Windel Bouwman
date Sun, 23 Jun 2013 18:23:18 +0200
parents de3a68f677a5
children 8b2f20aae086
line wrap: on
line diff
--- a/python/stm32f4/blink.c3	Fri Jun 21 15:01:08 2013 +0200
+++ b/python/stm32f4/blink.c3	Sun Jun 23 18:23:18 2013 +0200
@@ -39,7 +39,7 @@
 	TIM2->CR1 |= TIM_CR1_ARPE | TIM_CR1_CEN;
 	TIM2->EGR = 1;
 	
-	while(1);
     */
+    while(true) {}
 }