Merge pull request #494 from rtucker85/master

efinix_xyloni_dev_kit: fix build error
This commit is contained in:
Gwenhael Goavec-Merou 2023-04-14 15:48:19 +02:00 committed by GitHub
commit f5e51d72bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class _CRG(LiteXModule):
# BaseSoC ------------------------------------------------------------------------------------------
class BaseSoC(SoCCore):
def __init__(self, bios_flash_offset, sys_clk_freq=33.333e6,, with_led_chaser=True, **kwargs):
def __init__(self, bios_flash_offset, sys_clk_freq=33.333e6, with_led_chaser=True, **kwargs):
platform = efinix_xyloni_dev_kit.Platform()
# CRG --------------------------------------------------------------------------------------