comparison python/stm32f4/burn.c3 @ 256:225f444019b1

Added build and flash menu option
author Windel Bouwman
date Sun, 04 Aug 2013 18:32:04 +0200
parents 6ed3d3a82a63
children
comparison
equal deleted inserted replaced
255:7416c923a02a 256:225f444019b1
8 8
9 package burn; 9 package burn;
10 10
11 import stm32f4xx; 11 import stm32f4xx;
12 12
13 /*
13 function void init() 14 function void init()
14 { 15 {
15 } 16 }
17 */
16 18
17 function void main() 19 function void main()
18 { 20 {
19 //init(); 21 //init();
20 var RCC_Type RCC; 22 var RCC_Type RCC;