linking against lwip now
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#include "hardware_init.h"
|
||||
|
||||
void hardware_init() {
|
||||
#include <rtems_lwip/rtems_lwip.h>
|
||||
#include <rtems_lwip/ethernetif.h>
|
||||
#include <rtems_lwip/app_ethernet.h>
|
||||
#include <rtems_lwip/app_dhcp.h>
|
||||
|
||||
void hardware_init() {
|
||||
rtems_lwip_init(NULL, ðernet_link_status_updated);
|
||||
}
|
||||
|
Reference in New Issue
Block a user