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_MITM
/*------------------------------------------------------------------------------
* Headers
*------------------------------------------------------------------------------*/
@@ -63,3 +65,4 @@ void MITM_run( void )
Phone_run();
CCID_run();
}
#endif /* HAVE_MITM */