提交 3ec384d8 编写于 作者: wuyangyong's avatar wuyangyong

update enc28j60 driver: format code by Astyle.

上级 5513b8bf
此差异已折叠。
......@@ -318,12 +318,12 @@ struct net_device
rt_uint32_t phy_id;
/* spi device */
struct rt_spi_device * spi_device;
struct rt_spi_device *spi_device;
struct rt_mutex lock;
};
/* export function */
extern rt_err_t enc28j60_attach(const char * spi_device_name);
extern rt_err_t enc28j60_attach(const char *spi_device_name);
extern void enc28j60_isr(void);
#endif // EN28J60_H_INCLUDED
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册