avr: no longer handle REENUM messages (not used, anyway).
needed to get code size down for n30.
This commit is contained in:
@@ -131,16 +131,16 @@ AppNetwork_HandleMsg_savedX:
|
||||
breq AppNetwork_HandleMsg_handleRebootMsg
|
||||
cpi r16, NETMSG_CMD_PING
|
||||
breq AppNetwork_HandleMsg_handlePingMsg
|
||||
cpi r16, NETMSG_CMD_REENUM
|
||||
breq AppNetwork_HandleMsg_handleReenumMsg
|
||||
; cpi r16, NETMSG_CMD_REENUM
|
||||
; breq AppNetwork_HandleMsg_handleReenumMsg
|
||||
cpi r16, NETMSG_CMD_NEED_ADDRESS
|
||||
brcs AppNetwork_HandleMsg_clcRet ; lower than "HAVE_NEED"
|
||||
cpi r16, NETMSG_CMD_ADDRESS_RANGE
|
||||
breq AppNetwork_HandleMsg_handleRangeMsg
|
||||
brcc AppNetwork_HandleMsg_clcRet ; higher or equal to "ADDR_RANGE"
|
||||
rjmp AppNetwork_HandleMsg_handleAddrMsg
|
||||
AppNetwork_HandleMsg_handleReenumMsg:
|
||||
rjmp appNetworkHandleReeunumRequest
|
||||
;AppNetwork_HandleMsg_handleReenumMsg:
|
||||
; rjmp appNetworkHandleReeunumRequest
|
||||
AppNetwork_HandleMsg_handleRangeMsg:
|
||||
bigcall NETMSG_Range_Read
|
||||
std Y+NET_IFACE_OFFS_RANGE_BEGIN, r20
|
||||
@@ -221,6 +221,7 @@ appNetworkHandlePingRequest_end:
|
||||
|
||||
|
||||
|
||||
#if 0
|
||||
appNetworkHandleReeunumRequest:
|
||||
push xl
|
||||
push xh
|
||||
@@ -239,6 +240,7 @@ appNetworkHandleReeunumRequest_setWait:
|
||||
std Y+NET_IFACE_OFFS_RANGE_END, r21
|
||||
ret
|
||||
; @end
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user