Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
textual
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Jul 29, 2018
1 parent 513d0ac commit 506da3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions armsrc/lfops.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@ void AcquireTiType(void)

AT91C_BASE_SSC->SSC_RCMR = SSC_CLOCK_MODE_SELECT(0);
AT91C_BASE_SSC->SSC_RFMR = SSC_FRAME_MODE_BITS_IN_WORD(32) | AT91C_SSC_MSBF;
// Transmit Clock Mode Register
AT91C_BASE_SSC->SSC_TCMR = 0;
// Transmit Frame Mode Register
AT91C_BASE_SSC->SSC_TFMR = 0;
// iceman, FpgaSetupSsc() ?? the code above? can it be replaced?
LED_D_ON();
Expand Down
1 change: 0 additions & 1 deletion client/cmdcrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ int GetModels(char *Models[], int *count, uint8_t *width){
if (pset.flags & P_REFOUT)
prev(&apoly);


for (qptr = apolys; qptr < pptr; ++qptr) {
crc = pcrc(*qptr, pset.spoly, pset.init, apoly, 0);
if (ptst(crc)) {
Expand Down

0 comments on commit 506da3f

Please sign in to comment.