added std:: before uint32_t typedef
This commit is contained in:
parent
db34c45b67
commit
a1f36e6ae5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user