# HG changeset patch # User Paul Boddie # Date 1717769644 -7200 # Node ID b48a8e7ed6bd8704867af3788d0c93cb6d7c4004 # Parent b9ce4ff0e5eda949edbda5a45e4de170dd2b5263 Suppressed the message when omitting the alternate function details of a control or data/command pin. diff -r b9ce4ff0e5ed -r b48a8e7ed6bd pkg/landfall-examples/hw_info/hw_info.c --- a/pkg/landfall-examples/hw_info/hw_info.c Fri Jun 07 16:13:19 2024 +0200 +++ b/pkg/landfall-examples/hw_info/hw_info.c Fri Jun 07 16:14:04 2024 +0200 @@ -1422,7 +1422,7 @@ else control_chip = gpio[control_port]; - if (!read_number("Function", &control_alt_func_input)) + if (!read_number(NULL, &control_alt_func_input)) control_alt_func = -1; else control_alt_func = control_alt_func_input;