fixed tabs
This commit is contained in:
@@ -90,10 +90,10 @@ void bootp_handler(NIF *nif, NBUF *nbuf)
|
|||||||
/*
|
/*
|
||||||
* BOOTP protocol handler
|
* BOOTP protocol handler
|
||||||
*/
|
*/
|
||||||
uint8_t *addr;
|
|
||||||
struct bootp_packet *rx_p;
|
struct bootp_packet *rx_p;
|
||||||
udp_frame_hdr *udpframe;
|
udp_frame_hdr *udpframe;
|
||||||
|
|
||||||
|
(void) udpframe; /* FIXME: just to avoid compiler warning */
|
||||||
dbg("\r\n");
|
dbg("\r\n");
|
||||||
|
|
||||||
rx_p = (struct bootp_packet *) &nbuf->data[nbuf->offset];
|
rx_p = (struct bootp_packet *) &nbuf->data[nbuf->offset];
|
||||||
|
|||||||
Reference in New Issue
Block a user