Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cassy73 authored Jan 14, 2017
1 parent 8620a50 commit 62621cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions UIPClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ uipclient_appcall(void)
finish:
uip_send(uip_appdata,send_len);
uip_len = send_len;
#if ACTLOGLEVEL>=LOG_DEBUG_V2
LogObject.uart_send_str(F("uipclient_appcall(void) DEBUG_V2: uip_len set to:"));
#if ACTLOGLEVEL>=LOG_DEBUG_V3
LogObject.uart_send_str(F("uipclient_appcall(void) DEBUG_V3: uip_len set to:"));
LogObject.uart_send_decln(uip_len);
#endif
}
Expand Down
4 changes: 2 additions & 2 deletions UIPEthernet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ if (Enc28J60Network::geterevid()==0)
}
else
{
#if ACTLOGLEVEL>=LOG_DEBUG_V1
LogObject.uart_send_strln(F("UIPEthernetClass::tick() DEBUG_V1:((uip_userdata_t*)uip_conn->appstate) is NULL"));
#if ACTLOGLEVEL>=LOG_DEBUG_V3
LogObject.uart_send_strln(F("UIPEthernetClass::tick() DEBUG_V3:((uip_userdata_t*)uip_conn->appstate) is NULL"));
#endif
if ((long)( now - ((uip_userdata_t*)uip_conn)->timer) >= 0)
{
Expand Down

0 comments on commit 62621cc

Please sign in to comment.