mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-12 18:43:42 +00:00
show gpio feature in version
This commit is contained in:
@@ -115,6 +115,9 @@ static void _version(bool nl) {
|
|||||||
printf(VERSION);
|
printf(VERSION);
|
||||||
# ifdef WITH_OMX
|
# ifdef WITH_OMX
|
||||||
printf(" + OMX");
|
printf(" + OMX");
|
||||||
|
# endif
|
||||||
|
# ifdef WITH_GPIO
|
||||||
|
printf(" + GPIO");
|
||||||
# endif
|
# endif
|
||||||
if (nl) {
|
if (nl) {
|
||||||
putchar('\n');
|
putchar('\n');
|
||||||
|
|||||||
Reference in New Issue
Block a user