Update indentation

This commit is contained in:
Sandeep Mistry 2016-01-18 09:13:29 -05:00
parent 7350d5a10c
commit dcfcbefc32
1 changed files with 1 additions and 2 deletions

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