Skip to content
Snippets Groups Projects
Verified Commit d748ba4b authored by rahix's avatar rahix
Browse files

feat: Actually start core1 payload


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 249fc47e
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include "card10.h"
int main(void)
{
card10_init();
card10_diag();
printf("Staring core1 payload ...\n");
core1_start();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment