move nvic prio in hal/dcd to bsp for portability

This commit is contained in:
hathach
2018-11-29 22:59:00 +07:00
parent 57b85262b2
commit 522b0c11ef
6 changed files with 13 additions and 41 deletions
+1 -5
View File
@@ -49,12 +49,8 @@
extern "C" {
#endif
#define CFG_PRINTF_TARGET PRINTF_TARGET_UART
//#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO
#define BOARD_LED_NUM 1
#define BOARD_LED0 0
#define BOARD_LED0 22
#ifdef __cplusplus
}