From 923be3f54d1424b8f4819fbc55f5b4feea078f17 Mon Sep 17 00:00:00 2001 From: Simon Van Mello <90702729+SimonVanMello@users.noreply.github.com> Date: Fri, 25 Aug 2023 23:20:55 +0200 Subject: [PATCH] fix typo Signed-off-by: Simon Van Mello <90702729+SimonVanMello@users.noreply.github.com> --- doc/T5577_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/T5577_Guide.md b/doc/T5577_Guide.md index 6c4eceaf5..ded308676 100644 --- a/doc/T5577_Guide.md +++ b/doc/T5577_Guide.md @@ -142,7 +142,7 @@ developers have done a great job and gave us commands. What we need to know is that with the T5577, data is read/written one complete block at a time. Each block holds 32 bits of data (hence the binary output shown) -Since we know that the card has data and configuration blocks, lets say +Since we know that the card has data and configuration blocks, lets stay away from those while we learn how to read and write. I suggest you follow along and perform each command and check the results as we go.