From 892920a6279693b60f194a52945421db414b785c Mon Sep 17 00:00:00 2001 From: logicog Date: Wed, 31 Dec 2025 11:08:26 +0100 Subject: [PATCH] Mover phy code to bank 2 as bank 1 already overflows --- rtl837x_phy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl837x_phy.c b/rtl837x_phy.c index 11732b7..ae68ab6 100644 --- a/rtl837x_phy.c +++ b/rtl837x_phy.c @@ -16,8 +16,8 @@ #include "rtl837x_phy.h" #include "phy.h" -#pragma codeseg BANK1 -#pragma constseg BANK1 +#pragma codeseg BANK2 +#pragma constseg BANK2 extern __code uint16_t bit_mask[16];