Skip to content

Commit e0bd376

Browse files
committed
Merge branch 'patch-portenta-whd' of https://github.com/pennam/mbed-os into patch-portenta-whd
2 parents a9dc9c6 + 68f44c7 commit e0bd376

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/cybsp_wifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ whd_driver_t cybsp_get_wifi_driver(void)
217217

218218
#if defined(__cplusplus)
219219
}
220-
#endif
220+
#endif

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/cyhal_hw_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ typedef struct
9090
int block;
9191
uint8_t channel;
9292
bool reserved;
93+
/* TODO: replace with port specific items */
94+
void *empty;
9395
} cyhal_clock_t;
9496

9597
/** SDIO object */

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/whd_config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#ifndef __WHD_CONFIG__
2323
#define __WHD_CONFIG__
2424

25-
//#include "cyhal_gpio.h"
2625
#include "whd_types.h"
2726
#include "stm32h7xx_hal.h"
2827
#include <stdint.h>

0 commit comments

Comments
 (0)