Skip to content

Commit e07d9ee

Browse files
committed
Fixed missing include of swd_host.h in wizwiki board sources.
1 parent 9c2c1dc commit e07d9ee

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

source/board/wizwiki_w7500.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "cmsis_os2.h"
2323
#include "target_family.h"
2424
#include "target_board.h"
25+
#include "swd_host.h"
2526

2627
static uint8_t target_set_state_by_board(TARGET_RESET_STATE state)
2728
{

source/board/wizwiki_w7500_eco.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "cmsis_os2.h"
2323
#include "target_family.h"
2424
#include "target_board.h"
25+
#include "swd_host.h"
2526

2627
static uint8_t target_set_state_by_board(TARGET_RESET_STATE state)
2728
{

source/board/wizwiki_w7500p.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "cmsis_os2.h"
2323
#include "target_family.h"
2424
#include "target_board.h"
25+
#include "swd_host.h"
2526

2627
static uint8_t target_set_state_by_board(TARGET_RESET_STATE state)
2728
{

0 commit comments

Comments
 (0)