Add CRS pointer

This commit is contained in:
Nomi 2023-09-07 18:54:00 +02:00
parent 871bcb8695
commit 6b1a56bb82

View file

@ -10,6 +10,8 @@ class LDRService {
Memory& mem;
MAKE_LOG_FUNCTION(log, ldrLogger)
u32 loadedCRS;
// Service commands
void initialize(u32 messagePointer);
void loadCRR(u32 messagePointer);