From 5eecab4844f5048f60ca0ee994a77a3a58eb8f18 Mon Sep 17 00:00:00 2001 From: logicog Date: Sun, 28 Dec 2025 21:14:34 +0100 Subject: [PATCH] Move SYS_TICK_HZ to rtl837x_common.h The definition is needed everywhere in the code where the ticks need to be related to seconds. --- rtl837x_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl837x_common.h b/rtl837x_common.h index daea67a..b51799a 100644 --- a/rtl837x_common.h +++ b/rtl837x_common.h @@ -5,6 +5,8 @@ #include #include +#define SYS_TICK_HZ 200 + // SCL and SDA pin numbers for SFP cage 0 and SFP cage 1 #define SCL_PIN 3 #define SDA_PIN_0 4