Merge branch 'development' into unittest_fix_semaphore

This commit is contained in:
2023-02-06 14:46:45 +01:00
11 changed files with 70 additions and 16 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_ */