mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
videomixer: select 1024x768 by default
This commit is contained in:
parent
96fcb3574e
commit
f5ba0ac023
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ int main(void)
|
|||
printf("Mixxeo software rev. %08x built "__DATE__" "__TIME__"\n\n", GIT_ID);
|
||||
|
||||
time_init();
|
||||
processor_start(2);
|
||||
processor_start(6);
|
||||
|
||||
while(1) {
|
||||
processor_service();
|
||||
|
|
Loading…
Reference in a new issue