Header lora.h and lorawan.c files make use of types defined in kernel.h without including it. The types.h is no more relevant with inclusion of kernel.h Explicitely including <stdint.h>, even if the kernel.h includes the stdint.h, this is an implementation detail. "If Kernel decides one day to drop usage of stdint.h (unlikely), lora.h users be in trouble." Signed-off-by: Francois Ramu <francois.ramu@st.com> |
||
|---|---|---|
| .. | ||
| nvm | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lorawan.c | ||
| lw_priv.c | ||
| lw_priv.h | ||