Skip to content

Commit 2cd2551

Browse files
committed
Commit binary 2
1 parent 912cac9 commit 2cd2551

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

binary/wifiHD.elf

1.29 KB
Binary file not shown.

wifiHD/Release/wifiHD.elf

8 Bytes
Binary file not shown.

wifiHD/src/ard_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ int start_client_tcp_cmd_cb(int numParam, char* buf, void* ctx) {
698698
_ttcp = getTTCP(sock);
699699
if (_ttcp != NULL)
700700
{
701-
printk("Previous client %p not stopped !\n", _ttcp);
701+
WARN("Previous client %p not stopped !\n", _ttcp);
702702
ard_tcp_stop(_ttcp);
703703
clearMapSockTcp(sock);
704704
}

wifiHD/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ wl_init_complete_cb(void* ctx)
335335

336336
wl_scan();
337337

338-
initShell();
339-
340338
if (initSpi()){
341339
WARN("Spi not initialized\n");
342340
}else
@@ -377,6 +375,8 @@ main(void)
377375

378376
tc_init();
379377

378+
initShell();
379+
380380
delay_init(FOSC0);
381381

382382
#ifdef _TEST_SPI_

0 commit comments

Comments
 (0)