mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
test/test_targets: fix typo.
This commit is contained in:
parent
9b3f16af1e
commit
a80737e8b4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class TestTargets(unittest.TestCase):
|
|||
platforms.append("de10nano")
|
||||
|
||||
# Intel Cyclone10
|
||||
platform.append("c10lprefkit")
|
||||
platforms.append("c10lprefkit")
|
||||
|
||||
# Intel Max10
|
||||
platforms.append("de10lite")
|
||||
|
|
Loading…
Reference in a new issue