From 669ebdc61637c0cbbc6405200387f6f1f71e04f9 Mon Sep 17 00:00:00 2001 From: logicog Date: Sun, 29 Jun 2025 11:09:41 +0200 Subject: [PATCH] Access to sfp register reading in common --- rtl837x_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl837x_common.h b/rtl837x_common.h index eb8b873..b517d35 100644 --- a/rtl837x_common.h +++ b/rtl837x_common.h @@ -18,5 +18,5 @@ void delay(uint16_t t); void sleep(uint16_t t); void write_char(char c); void print_reg(uint16_t reg); - +uint8_t sfp_read_reg(uint8_t reg); #endif