mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
added missing WITH_V4P flag to --features
This commit is contained in:
parent
b70ed98af9
commit
f21fc5f6d3
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user