Skip to content

Commit

Permalink
docs: fix a misnamed function in halmodule docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankuzminsky committed May 22, 2023
1 parent e1a4c16 commit f6c36b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/hal/halmodule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ read a pin, param or signal directly. +
example: +
value = hal.get_value("iocontrol.0.emc-enable-in") +

=== new_signal
=== new_sig
Create a New signal of the type specified. +
example" +
hal.new_sig("signalname",hal.HAL_BIT)
Expand Down

0 comments on commit f6c36b9

Please sign in to comment.