Skip to content

Commit 3b8bf7b

Browse files
PetteriAimonenandypugh
authored andcommitted
message: Update HAL component docs to match behavior
The code is implemented as edge=1 meaning rising edge, docs said the opposite. This commit changes the documentation only.
1 parent baf89c4 commit 3b8bf7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/components/message.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pin in bit trigger =FALSE "signal that triggers the message";
5555
pin in bit force =FALSE """A FALSE->TRUE transition forces the message to be
5656
displayed again if the trigger is active""";
5757

58-
param rw bit edge =TRUE """Selects the desired edge: TRUE means falling, FALSE
58+
param rw bit edge =TRUE """Selects the desired edge: FALSE means falling, TRUE
5959
means rising""";
6060

6161
modparam dummy messages """The messages to display. These should be listed,

0 commit comments

Comments
 (0)