mirror of https://github.com/ARMmbed/mbed-os.git
ST pinmap: remove endif mistype
parent
b44fbfe714
commit
8add87aeba
|
|
@ -95,7 +95,7 @@ void pin_function(PinName pin, int data)
|
||||||
}
|
}
|
||||||
#if defined (TARGET_STM32F1)
|
#if defined (TARGET_STM32F1)
|
||||||
}
|
}
|
||||||
#endiff
|
#endif
|
||||||
|
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case STM_PIN_INPUT:
|
case STM_PIN_INPUT:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue