Skip to content

Commit

Permalink
network.h [not ENC28J60_SUPPORT]: don't compile enc28j60_txstart.
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Dec 4, 2009
1 parent 0f9e3a5 commit 01adaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ void network_process(void);
#ifdef ENC28J60_SUPPORT
/* send a packet placed in the global buffer */
void transmit_packet(void);
#endif

static inline uint8_t enc28j60_txstart(void)
{
Expand All @@ -57,5 +56,6 @@ static inline uint8_t enc28j60_txstart(void)

return retval;
}
#endif

#endif /* _NETWORK_H */

0 comments on commit 01adaa3

Please sign in to comment.