targets/alchitry_mojo: Fix build.
This commit is contained in:
parent
53dc00eab7
commit
db9173ad8b
|
@ -174,7 +174,6 @@ def main():
|
||||||
with_video_terminal = args.with_video_terminal,
|
with_video_terminal = args.with_video_terminal,
|
||||||
with_video_framebuffer = args.with_video_framebuffer,
|
with_video_framebuffer = args.with_video_framebuffer,
|
||||||
with_video_colorbars = args.with_video_colorbars,
|
with_video_colorbars = args.with_video_colorbars,
|
||||||
uart_baudrate = 500000,
|
|
||||||
**soc_core_argdict(args)
|
**soc_core_argdict(args)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue