Skip to content

Commit 0526794

Browse files
committed
Revert "formatting" (from #8089)
This reverts commit 4bb475b.
1 parent 4dd45b6 commit 0526794

File tree

1 file changed

+1
-1
lines changed
  • ports/nrf/common-hal/busio

1 file changed

+1
-1
lines changed

ports/nrf/common-hal/busio/UART.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ bool common_hal_busio_uart_deinited(busio_uart_obj_t *self) {
266266
}
267267

268268
void common_hal_busio_uart_deinit(busio_uart_obj_t *self) {
269-
volatile uint32_t *power_cycle = (void *)(self->uarte->p_reg) + 0xFFC;
269+
volatile uint32_t *power_cycle = (void*)(self->uarte->p_reg) + 0xFFC;
270270
if (!common_hal_busio_uart_deinited(self)) {
271271
nrfx_uarte_rx_abort(self->uarte);
272272
nrfx_uarte_tx_abort(self->uarte);

0 commit comments

Comments
 (0)