mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-24 04:31:56 +00:00
added missing WITH_V4P flag to --features
This commit is contained in:
@@ -581,6 +581,12 @@ static int _check_instance_id(const char *str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void _features(void) {
|
static void _features(void) {
|
||||||
|
# ifdef WITH_V4P
|
||||||
|
puts("+ WITH_V4P");
|
||||||
|
# else
|
||||||
|
puts("- WITH_V4P");
|
||||||
|
# endif
|
||||||
|
|
||||||
# ifdef WITH_GPIO
|
# ifdef WITH_GPIO
|
||||||
puts("+ WITH_GPIO");
|
puts("+ WITH_GPIO");
|
||||||
# else
|
# else
|
||||||
|
|||||||
Reference in New Issue
Block a user