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_SNIFFER
/*------------------------------------------------------------------------------
* Headers
*------------------------------------------------------------------------------*/
@@ -94,3 +96,4 @@ void Sniffer_run( void )
{
check_data_from_phone();
}
#endif /* HAVE_SNIFFER */