Skip to content

Commit 16aaad1

Browse files
Added macros only for RS9116
1 parent 1d09bdf commit 16aaad1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/platform/silabs/wifi/wfx_host_events.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,14 @@ void wfx_ip_changed_notify(int got_ip);
352352
#endif /* CHIP_DEVICE_CONFIG_ENABLE_IPV4 */
353353
void wfx_ipv6_notify(int got_ip);
354354

355+
#ifdef RS911X_WIFI
355356
#if !(EXP_BOARD)
356357
void * wfx_rsi_alloc_pkt(void);
357358
/* RSI for LWIP */
358359
void wfx_rsi_pkt_add_data(void * p, uint8_t * buf, uint16_t len, uint16_t off);
359360
int32_t wfx_rsi_send_data(void * p, uint16_t len);
360-
#endif
361+
#endif //!(EXP_BOARD)
362+
#endif // RS911X_WIFI
361363

362364
#ifdef RS911X_WIFI
363365
/* RSI Power Save */

0 commit comments

Comments
 (0)