show gpio feature in version

This commit is contained in:
Devaev Maxim
2019-07-12 05:07:32 +03:00
parent 6ace44e4de
commit 50569a53a0

View File

@@ -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');