Update builder for CMSIS framework.

This commit is contained in:
Valeriy Koval
2015-12-15 19:28:58 +02:00
parent 62b41e0994
commit 7ce780bcc6
3 changed files with 46 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
#define ENABLE_GPIO_CLOCK (RCC->AHBENR |= RCC_AHBENR_GPIOBEN)
#define GPIOMODER ((GPIO_MODER_MODER7_0|GPIO_MODER_MODER6_0))
#elif STM32F3
#include "stm32f30x.h"
#include "stm32f3xx.h"
#define LEDPORT (GPIOE)
#define LED1 (8)
#define LED2 (9)