mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 17:49:49 +08:00
removed eol space
This commit is contained in:
@@ -89,9 +89,9 @@ void SPI1_ISR(void) {
|
||||
SpiEnableRti();
|
||||
}
|
||||
|
||||
if ( bit_is_set(SSPMIS, RTMIS)) { /* Rx timeout */
|
||||
if ( bit_is_set(SSPMIS, RTMIS)) { /* Rx timeout */
|
||||
SpiReceive();
|
||||
SpiClearRti(); /* clear interrupt */
|
||||
SpiClearRti(); /* clear interrupt */
|
||||
SpiDisableRti();
|
||||
SpiDisable();
|
||||
spi_message_received = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user