Commit bb31901e authored by Adam Wujek's avatar Adam Wujek

hdl/rtl/wbgen/tdc_onewire_wb: avoid ampersand in the name

Wbgen2 generated invalid file. Ampersand has a special meaning in tex.
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 3411c5b9
......@@ -11,7 +11,7 @@ peripheral {
prefix = "CSR";
field {
name = "Temperature & ID valid";
name = "Temperature and ID valid";
prefix = "VALID";
description = "read 1: the values in the TEMP, ID_H, ID_L registers contain a valid readout from the DS18xx chip";
type = BIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment