mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
stm32-f4discovery-cc256x: avoid warning about UNUSED
This commit is contained in:
parent
775a92bfc8
commit
367554ea4a
@ -1,5 +1,8 @@
|
||||
#define __BTSTACK_FILE__ "port.c"
|
||||
|
||||
// include STM32 first to avoid warning about redefinition of UNUSED
|
||||
#include "stm32f4xx_hal.h"
|
||||
|
||||
#include "port.h"
|
||||
#include "btstack.h"
|
||||
#include "btstack_debug.h"
|
||||
@ -11,7 +14,6 @@
|
||||
#include "classic/btstack_link_key_db_static.h"
|
||||
#include "classic/btstack_link_key_db_tlv.h"
|
||||
#include "hal_flash_bank_stm32.h"
|
||||
#include "stm32f4xx_hal.h"
|
||||
|
||||
//
|
||||
extern UART_HandleTypeDef huart2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user