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.
This commit is contained in:
logicog
2026-01-18 07:50:38 +01:00
parent fd1d14a3e7
commit 5eecab4844
+2
View File
@@ -5,6 +5,8 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#define SYS_TICK_HZ 200
// SCL and SDA pin numbers for SFP cage 0 and SFP cage 1 // SCL and SDA pin numbers for SFP cage 0 and SFP cage 1
#define SCL_PIN 3 #define SCL_PIN 3
#define SDA_PIN_0 4 #define SDA_PIN_0 4