From 56fda64a831adf6418f55bd46a3c81c20684da60 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 2 Nov 2018 12:05:34 +0100 Subject: comment #else and #endifs --- multiplexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multiplexer.h') diff --git a/multiplexer.h b/multiplexer.h index f9105ae..738d6ad 100644 --- a/multiplexer.h +++ b/multiplexer.h @@ -13,8 +13,8 @@ #ifndef __arm__ #ifndef FORCE_GPIO #define SKIP_GPIO -#endif -#endif +#endif // FORCE_GPIO +#endif // __arm__ // Access from ARM Running Linux -- cgit v1.2.3-54-g00ecf