diff options
-rw-r--r-- | doc/rapport_final.lytex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rapport_final.lytex b/doc/rapport_final.lytex index 96ef940..536d0d9 100644 --- a/doc/rapport_final.lytex +++ b/doc/rapport_final.lytex @@ -392,7 +392,7 @@ mapped respectively to the clock counter, the serial output and the serial input Here is an example function that outputs a string on the serial output: \begin{verbatim} - PROCEDURE: ser_out_str +# PROCEDURE: ser_out_str # ROLE: write null-terminated string to serial output # ARGUMENTS: address of string in register A ser_out_str: |