added missing WITH_V4P flag to --features

This commit is contained in:
Maxim Devaev 2025-02-07 18:02:04 +02:00
parent b70ed98af9
commit f21fc5f6d3

View File

@ -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