mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
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…
x
Reference in New Issue
Block a user