Remove critical section code, unused constants, and unused register definitions

This commit is contained in:
Ian Gulliver
2026-04-10 21:27:01 +09:00
parent ff9f9a5c1f
commit bee0fa3aef
3 changed files with 2 additions and 266 deletions

View File

@@ -262,7 +262,6 @@ static void process_frame(const uint8_t* frame, size_t len) {
bool net_init() {
w6300::init_spi();
w6300::init_critical_section();
w6300::reset();
w6300::init();
if (!w6300::check()) return false;