Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dead lock with pin above NUM_DIGITAL_PINS (stm32duino#2629)
Penalty for the check should be a single instruction for pin numbers below NUM_DIGITAL_PINS, 9 for pin numbers between PNUM_ANALOG_BASE and NUM_ANALOG_INTERNAL_FIRST. Tests done on a Black F407VE board Signed-off-by: Frederic Pillon <frederic.pillon@st.com> Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
- Loading branch information