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 DTS fix for GNSS: correct default I2C address.
The default I2C address in the Zephyr binding files, used when the I2C device configuration is being brought in from a `.dts` or `.overlay` file, was set to 42 (i.e. decimal 42), not the correct 0x42 (i.e. hex 42). D'oh. Now fixed.
- Loading branch information