mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
51b6379dee
The `channels` member should not be set to the number of hardware
channels *n*, but to *n* - 1 instead. The last channel is implicitly
used in `timer_read()`. Hence out of *n* hardware channels, only *n* - 1
are available to the application.
This fixes a bug introduced by
|
||
---|---|---|
.. | ||
dist | ||
include | ||
bootloader_nrfutil.dep.mk | ||
doc.txt | ||
Kconfig | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
nrf52_bootloader.config |