Skip to content

Commit 2583357

Browse files
committed
clean up
1 parent 9c99fe9 commit 2583357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/nRF5/Uart.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ void Uart::begin(unsigned long baudrate, uint16_t /*config*/)
161161
NVIC_EnableIRQ(IRQn);
162162

163163
_mutex = xSemaphoreCreateMutex();
164-
165164
_begun = true;
166165
}
167166

0 commit comments

Comments
 (0)