From bbff7576dfc85574ade02edd94b2610c46c315a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Mon, 8 May 2023 11:04:44 +0200 Subject: [PATCH] Fix markdown syntax for API listing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim Strömbergson --- hw/application_fpga/core/uds/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/application_fpga/core/uds/README.md b/hw/application_fpga/core/uds/README.md index b6f7c69..f10feff 100644 --- a/hw/application_fpga/core/uds/README.md +++ b/hw/application_fpga/core/uds/README.md @@ -19,12 +19,12 @@ bit has been set after one cycle. There are eight addresses in the API. These are defined by the two values ADDR_UDS_FIRST and ADDR_UDS_LAST: -´´´ -ADDR_UDS_FIRST: 0x10 -ADDR_UDS_LAST: 0x17 -´´´ +``` + ADDR_UDS_FIRST: 0x10 + ADDR_UDS_LAST: 0x17 +``` -These addresses are read once. +These addresses are read only and read once between reset. Any access to another address will be ignored by the core.