mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-28 04:31:39 +01:00
Update builder for CMSIS framework.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user