1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'origin/development' into mohr/windows

This commit is contained in:
2023-02-08 22:08:55 +01:00
13 changed files with 87 additions and 31 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_ */