bugfix in setNormalDataPoolEntriesInvalid

Do not forget to call read and write to actually update the
validity state
This commit is contained in:
2023-02-03 15:58:26 +01:00
parent e300490b93
commit 5343844be5
2 changed files with 7 additions and 2 deletions

View File

@ -7,7 +7,7 @@
namespace addresses {
/* Logical addresses have uint32_t datatype */
enum logicalAddresses : address_t {};
enum LogicAddress : address_t {};
} // namespace addresses
#endif /* CONFIG_DEVICES_LOGICALADDRESSES_H_ */