Skip to content

Commit 25da13b

Browse files
committed
STM32WB remove extra file
1 parent 3657f90 commit 25da13b

File tree

3 files changed

+3
-251
lines changed

3 files changed

+3
-251
lines changed

targets/TARGET_STM/TARGET_STM32WB/STM32Cube_FW/app_conf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424

2525
#include "hw.h"
2626
#include "hw_conf.h"
27-
#include "hw_if.h"
27+
#include "stm32wbxx.h" // MBED
28+
// #include "hw_if.h" // MBED
2829

2930
/******************************************************************************
3031
* Transparent Mode Config

targets/TARGET_STM/TARGET_STM32WB/STM32Cube_FW/hw_if.h

Lines changed: 0 additions & 250 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32WB/STM32Cube_FW/hw_ipcc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/* Includes ------------------------------------------------------------------*/
2121
#include "app_common.h"
2222
#include "mbox_def.h"
23+
#include "stm32wbxx_ll_ipcc.h" // MBED
2324

2425
/* Global variables ---------------------------------------------------------*/
2526
/* Private defines -----------------------------------------------------------*/

0 commit comments

Comments
 (0)