DeviceHandlerBase: All Refactoring #44

Merged
mohr merged 56 commits from KSat/fsfw:mueller_DeviceHandlerBase_AllRefactoring into master 2020-07-03 11:48:56 +02:00
Showing only changes of commit a1f36e6ae5 - Show all commits

View File

@ -5,7 +5,7 @@
/** /**
* @brief Physical address type * @brief Physical address type
*/ */
typedef uint32_t address_t; typedef std::uint32_t address_t;
/** /**
* @brief This datatype is used to identify different connection over a * @brief This datatype is used to identify different connection over a