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
pull/341/head
Guðni Már Gilbert 2024-12-24 23:55:31 +00:00
parent 4ab07d627a
commit f608d10620
1 changed files with 0 additions and 4 deletions

View File

@ -274,10 +274,6 @@ static_assert(sizeof(RegisterRec) == sizeof(uint8_t) + sizeof(void *) + sizeof(v
// sts <modules::globals::globals+0x4>, r24 // sts <modules::globals::globals+0x4>, r24
// ret // 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 = { static const RegisterRec registers[] PROGMEM = {
// 0x00 // 0x00
RegisterRec(false, &project_major), RegisterRec(false, &project_major),