Bläddra i källkod

Indentation in MarlinSerial.cpp

Scott Lahteine 9 år sedan
förälder
incheckning
51c9c3fe2c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      Marlin/MarlinSerial.cpp

+ 2
- 2
Marlin/MarlinSerial.cpp Visa fil

243
         // register empty flag ourselves. If it is set, pretend an
243
         // register empty flag ourselves. If it is set, pretend an
244
         // interrupt has happened and call the handler to free up
244
         // interrupt has happened and call the handler to free up
245
         // space for us.
245
         // space for us.
246
-        if(TEST(M_UCSRxA, M_UDREx))
247
-       _tx_udr_empty_irq();
246
+        if (TEST(M_UCSRxA, M_UDREx))
247
+          _tx_udr_empty_irq();
248
       } else {
248
       } else {
249
         // nop, the interrupt handler will free up space for us
249
         // nop, the interrupt handler will free up space for us
250
       }
250
       }

Laddar…
Avbryt
Spara