Skip to content

Commit b7f1e73

Browse files
committed
Update and mute debug messages from wifi
1 parent a39ac60 commit b7f1e73

File tree

8 files changed

+54
-46
lines changed

8 files changed

+54
-46
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ RTWInterface::RTWInterface()
9090
{
9191
emac_interface_t *emac;
9292
int ret;
93+
extern u32 GlobalDebugEnable;
9394

95+
GlobalDebugEnable = 0;
9496
emac = wlan_emac_init_interface();
9597
if (!emac) {
9698
printf("Error init RTWInterface!\r\n");

0 commit comments

Comments
 (0)