Commit binary 2

This commit is contained in:
Mimmo La Fauci 2012-05-30 09:46:33 +02:00
parent 912cac9a55
commit 2cd2551ae2
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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);
}

View File

@ -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_