Skip to content

Commit 8add87a

Browse files
authored
ST pinmap: remove endif mistype
1 parent b44fbfe commit 8add87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/pinmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void pin_function(PinName pin, int data)
9595
}
9696
#if defined (TARGET_STM32F1)
9797
}
98-
#endiff
98+
#endif
9999

100100
switch (mode) {
101101
case STM_PIN_INPUT:

0 commit comments

Comments
 (0)