owhw: fix GPIO definitions (output low level by default)

This commit is contained in:
Harald Welte
2016-02-28 12:34:26 +01:00
parent 8c49636127
commit 2fb5996d30
8 changed files with 61 additions and 52 deletions

View File

@@ -27,6 +27,8 @@
* ----------------------------------------------------------------------------
*/
#ifdef HAVE_CCID
/*------------------------------------------------------------------------------
* Headers
*------------------------------------------------------------------------------*/
@@ -178,3 +180,4 @@ void CCID_run( void )
CCID_SmartCardRequest();
}
#endif