Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue in
ncp_spinel.cpp
related to a dummy va_list variable …
…being uninitialized. It causes problems with certain architectures and compiler flags, and initializing it using va_start doesn't work since it's not in a variadic function.
- Loading branch information