summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/start/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc24xx/start/io.c')
-rw-r--r--bsps/arm/lpc24xx/start/io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/arm/lpc24xx/start/io.c b/bsps/arm/lpc24xx/start/io.c
index dafd3aa8f5..87f42e224f 100644
--- a/bsps/arm/lpc24xx/start/io.c
+++ b/bsps/arm/lpc24xx/start/io.c
@@ -409,6 +409,9 @@ lpc24xx_pin_set_function(
case LPC17XX_PIN_TYPE_OPEN_DRAIN:
iocon_extra |= IOCON_OD;
break;
+ case LPC17XX_PIN_TYPE_FAST_SLEW_RATE:
+ iocon_extra |= IOCON_SLEW;
+ break;
default:
break;
}