hotfix: fix fiber initialization

This commit is contained in:
polyproxy 2024-12-28 17:43:29 +01:00
parent 851995d444
commit ee974414d2
No known key found for this signature in database
GPG key ID: B8ADC8F57BA18DBA
2 changed files with 21 additions and 9 deletions

View file

@ -34,6 +34,7 @@ public:
static constexpr u32 FW_20 = 0x2000000;
static constexpr u32 FW_25 = 0x2500000;
static constexpr u32 FW_30 = 0x3000000;
static constexpr u32 FW_35 = 0x3500000;
static constexpr u32 FW_40 = 0x4000000;
static constexpr u32 FW_45 = 0x4500000;
static constexpr u32 FW_50 = 0x5000000;