From 50569a53a04542f23bc4dafa378615ffe01492d4 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 12 Jul 2019 05:07:32 +0300 Subject: [PATCH] show gpio feature in version --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.c b/src/main.c index ed08cdc..51caed8 100644 --- a/src/main.c +++ b/src/main.c @@ -115,6 +115,9 @@ static void _version(bool nl) { printf(VERSION); # ifdef WITH_OMX printf(" + OMX"); +# endif +# ifdef WITH_GPIO + printf(" + GPIO"); # endif if (nl) { putchar('\n');