git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13068 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-10-05 07:26:16 +00:00
parent 798086d76d
commit 31fc75d32a
2 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,7 @@ void _pal_lld_setgroupmode(ioportid_t port,
break;
case PAL_MODE_UNCONNECTED:
port->latch |= mask;
/* FALLTHROUGH */
case PAL_MODE_OUTPUT_PUSHPULL:
port->dir |= mask;
break;

View File

@ -126,6 +126,8 @@
- HAL: Added a new interface for range-finder devices (used by EX).
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
- NIL: Integrated NIL 4.0.
- FIX: Fixed warning in simulator PAL driver (bug #1047)
(backported to 19.1.4)(backported to 18.2.3).
- FIX: Fixed board initialization failure on STM32F030x6 (bug #1046)
(backported to 19.1.4)(backported to 18.2.3).
- FIX: Fixed STM32 I2Cv1 BTF event not cleared (bug #1045)