mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
Mark inline function to be static to avoid link issues with GCC compiler
This commit is contained in:
parent
1da8d3f95f
commit
70d755d75b
@ -114,7 +114,7 @@ struct reading
|
|||||||
double sys_enm_ch0_gpu;
|
double sys_enm_ch0_gpu;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline uint64_t join_64bit_register(uint32_t *buffer, int index)
|
static inline uint64_t join_64bit_register(uint32_t *buffer, int index)
|
||||||
{
|
{
|
||||||
uint64_t result = 0;
|
uint64_t result = 0;
|
||||||
result |= buffer[index];
|
result |= buffer[index];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user