Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1332 from UncleGrumpy/stm32_fixup
Fix bug in STM32 GPIO driver There was an incorrect case of passing the pointer to the atom string, instead of the atom index itself in the gpiodriver_set_int function. On more recent versions of arm-none-eabi compiler this is a compiler error, on some previous versions it was a warning, that must have been overlooked. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
- Loading branch information