Skip to content

Commit

Permalink
Fix CSR headings in ext_pdf backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Nov 19, 2024
1 parent b5050b0 commit 6dfc26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/ext_pdf_doc/templates/ext_pdf.adoc.erb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Reset value::
<%- end -%>

<%- if csr.fields.map(&:has_custom_sw_write?).any? -%>
== Software write
==== Software write

This CSR may store a value that is different from what software attempts to write.

Expand All @@ -362,7 +362,7 @@ written value:
<%- end -%>

<%- if csr.has_custom_sw_read? -%>
== Software read
==== Software read

This CSR may return a value that is different from what is stored in hardware.

Expand Down

0 comments on commit 6dfc26d

Please sign in to comment.