Private
Public Access
2
0

mraa.c: Fix elif without statement

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-12-23 17:45:30 +00:00
committed by Noel Eck
parent 69fcd861a7
commit 533517a864

View File

@@ -65,7 +65,7 @@
#if defined(PERIPHERALMAN)
#include "peripheralman.h"
#elif
#else
#define IIO_DEVICE_WILDCARD "iio:device*"
mraa_iio_info_t* plat_iio = NULL;