commit | da94d0d0f81026fc4989e95e81646cca65eae184 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Dec 21 10:32:02 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 11 10:46:20 2022 +0100 |
tree | d0329d364b9c26ed02d7376615e7d1d99f51aa61 | |
parent | bbe03935f6bba387dc305dccf29d5e7108191142 [diff] |
sys: time_units: add missing include The header can't be fully used in standalone mode: toolchain.h has to be included first, otherwise the ALWAYS_INLINE attribute is not defined. Headers that can be directly included and are not self-contained should be considered a bad practice. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>