Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
px_process_params.py: fix for empty cmake scope
Hotfix for cmake configs which use include() for the module list (eg. posix_sitl_ekf2.cmake or snapdragon). In that case the cmake parser did not find any modules and thus the param list was empty. The proper fix will be to parse the include() statements correctly.
- Loading branch information