Skip to content

Commit

Permalink
[board] Update information about board revisions of F469NI Disco.Kits
Browse files Browse the repository at this point in the history
  • Loading branch information
se-bi committed May 9, 2022
1 parent 87b6405 commit 4885c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modm/board/disco_f469ni/module.lb
Expand Up @@ -14,7 +14,7 @@
def init(module):
module.name = ":board:disco-f469ni"
module.description = FileReader("module.md")
# Revisions = [b-03, b-01]
# Revisions = [b-03, b-02, b-01]

def prepare(module, options):
if not options[":target"].partname.startswith("stm32f469nih"):
Expand Down
2 changes: 1 addition & 1 deletion src/modm/board/disco_f469ni/module.md
Expand Up @@ -30,7 +30,7 @@ Call `Board::initializeTouchscreen()` to setup the peripherals.

## Hardware Revisions

The revision B-03 has a different touch sensor address from B-01, which is
The revision B-03 has a different touch sensor address from B-01 and B-02, which is
provided as `Board::ft6::TouchAddress`:

```cpp
Expand Down

0 comments on commit 4885c53

Please sign in to comment.