This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zephyr/nRFConnect change only: accommodate nRFConnect SDK version of …
…Zephyr. (#1207) In commit 66b6b71 support for Zephyr 3.7.0-rc1 was added to ubxlib. The few places where Zephyr made a breaking change at version 3.7.0 were put under a Zephyr version check in order that support for previous Zephyr versions wouldn't be broken. nRFConnect 2.7.0 uses Zephyr version 3.6.99, and hence it was assumed that it would use the pre-version-3.7.0 Zephyr code. However, it turns out that Zephyr version 3.6.99 does, in fact, **include** the breaking changes that [I thought] were made at Zephyr version 3.7.0; quite confusing. To accommodate this behaviour, the two places where a version check against ">= Zephyr 3.7.0" are made are now modified to be ">= Zephyr 3.6.99" instead.
- Loading branch information