Skip to content

Commit

Permalink
Add missing pico_pic to ne2k
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Nov 28, 2024
1 parent 3bb3937 commit b23cb70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sw/ne2000play.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ extern "C" {
#include "ne2000/ne2000.h"
}

#include "pico_pic.h"

#include "flash_settings.h"
extern Settings settings;

Expand All @@ -53,7 +55,7 @@ static PIC_TimerEvent Wifi_Reconnect_Event = {
};

void play_ne2000() {
//flash_safe_execute_core_init();
flash_safe_execute_core_init();
puts("starting core 1 ne2000");
PG_EnableWifi();
PG_Wifi_Connect(settings.WiFi.ssid, settings.WiFi.password);
Expand Down

0 comments on commit b23cb70

Please sign in to comment.