added std:: before uint32_t typedef
This commit is contained in:
parent
9580f51c30
commit
a7d3b4c4a0
@ -5,7 +5,7 @@
|
||||
/**
|
||||
* @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
|
||||
|
Loading…
Reference in New Issue
Block a user