1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Update indentation

This commit is contained in:
Sandeep Mistry 2016-01-18 09:13:29 -05:00
parent 7350d5a10c
commit dcfcbefc32

View File

@ -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