# HG changeset patch # User Paul Boddie # Date 1708725210 -3600 # Node ID 95b2d7c12fa35840db4bb0432672761b039f36cb # Parent 810dc31a547f806325edfa689c92c9e22e776f07 Removed absent tcu operations from the help text. diff -r 810dc31a547f -r 95b2d7c12fa3 pkg/landfall-examples/hw_info/hw_info.c --- a/pkg/landfall-examples/hw_info/hw_info.c Fri Feb 23 22:52:35 2024 +0100 +++ b/pkg/landfall-examples/hw_info/hw_info.c Fri Feb 23 22:53:30 2024 +0100 @@ -1939,8 +1939,8 @@ tcu_wait(); else printf("tcu channel | clock | disable | enable | full | full-mask | " \ - "full-unmask | half | half-mask | half-unmask | list | mask | " \ - "prescale | set | unmask | wait\n"); + "full-unmask | half | half-mask | half-unmask | list | " \ + "prescale | set | wait\n"); } else list_tcu_channels();