Update for STM32

This commit is contained in:
NIIBE Yutaka
2016-04-20 17:30:41 +09:00
parent 3eac245981
commit 437b2dc43c
7 changed files with 22 additions and 20 deletions

View File

@@ -17,7 +17,7 @@
#include <stdlib.h>
#include "board.h"
#include "clk_gpio_init.c"
#include "clk_gpio_init-stm32.c"
#define CORTEX_PRIORITY_BITS 4
#define CORTEX_PRIORITY_MASK(n) ((n) << (8 - CORTEX_PRIORITY_BITS))