mirror of https://github.com/noisymime/Arduino.git
Update indentation
This commit is contained in:
parent
7350d5a10c
commit
dcfcbefc32
|
@ -309,8 +309,7 @@ Serial_::operator bool()
|
|||
}
|
||||
|
||||
int32_t Serial_::readBreak() {
|
||||
uint8_t enableInterrupts = ((__get_PRIMASK() & 0x1) == 0 &&
|
||||
(__get_FAULTMASK() & 0x1) == 0);
|
||||
uint8_t enableInterrupts = ((__get_PRIMASK() & 0x1) == 0 && (__get_FAULTMASK() & 0x1) == 0);
|
||||
|
||||
// disable interrupts,
|
||||
// to avoid clearing a breakValue that might occur
|
||||
|
|
Loading…
Reference in New Issue