This commit is contained in:
iceman1001 2022-06-30 22:54:13 +02:00
commit 56525cc453
5 changed files with 104 additions and 103 deletions

View file

@ -79,6 +79,7 @@ static uint16_t rx_frame_from_fpga(void) {
return AT91C_BASE_SSC->SSC_RHR;
}
}
return 0;
}
//-----------------------------------------------------------------------------