ST pinmap: remove endif mistype

pull/11368/head
Martin Kojtal 2019-09-02 10:33:20 +01:00 committed by GitHub
parent b44fbfe714
commit 8add87aeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ void pin_function(PinName pin, int data)
}
#if defined (TARGET_STM32F1)
}
#endiff
#endif
switch (mode) {
case STM_PIN_INPUT: