mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Commit binary 2
This commit is contained in:
parent
912cac9a55
commit
2cd2551ae2
Binary file not shown.
Binary file not shown.
@ -698,7 +698,7 @@ int start_client_tcp_cmd_cb(int numParam, char* buf, void* ctx) {
|
||||
_ttcp = getTTCP(sock);
|
||||
if (_ttcp != NULL)
|
||||
{
|
||||
printk("Previous client %p not stopped !\n", _ttcp);
|
||||
WARN("Previous client %p not stopped !\n", _ttcp);
|
||||
ard_tcp_stop(_ttcp);
|
||||
clearMapSockTcp(sock);
|
||||
}
|
||||
|
@ -335,8 +335,6 @@ wl_init_complete_cb(void* ctx)
|
||||
|
||||
wl_scan();
|
||||
|
||||
initShell();
|
||||
|
||||
if (initSpi()){
|
||||
WARN("Spi not initialized\n");
|
||||
}else
|
||||
@ -377,6 +375,8 @@ main(void)
|
||||
|
||||
tc_init();
|
||||
|
||||
initShell();
|
||||
|
||||
delay_init(FOSC0);
|
||||
|
||||
#ifdef _TEST_SPI_
|
||||
|
Loading…
Reference in New Issue
Block a user