From 0eeef4cafddfa22142f23aaa404b0085b3fdb18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 24 Dec 2024 23:55:31 +0000 Subject: [PATCH] registers: remove obsolete comment The registers were moved into program memory in FW 3.0.1 See for reference the relevant pull request: https://github.com/prusa3d/Prusa-Firmware-MMU/pull/287 --- src/registers.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/registers.cpp b/src/registers.cpp index 58512d2..7e722ea 100644 --- a/src/registers.cpp +++ b/src/registers.cpp @@ -274,10 +274,6 @@ static_assert(sizeof(RegisterRec) == sizeof(uint8_t) + sizeof(void *) + sizeof(v // sts , r24 // ret // -// @@TODO at the moment we are having problems compiling this array statically into PROGMEM. -// In this project that's really not an issue since we have half of the RAM empty: -// Data: 1531 bytes (59.8% Full) -// But it would be nice to fix that in the future - might be hard to push the compiler to such a construct static const RegisterRec registers[] PROGMEM = { // 0x00 RegisterRec(false, &project_major),