Skip to content

Commit

Permalink
Revert "formatting" (from adafruit#8089)
Browse files Browse the repository at this point in the history
This reverts commit 4bb475b.
  • Loading branch information
dhalbert committed Sep 12, 2023
1 parent 4dd45b6 commit 0526794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/nrf/common-hal/busio/UART.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ bool common_hal_busio_uart_deinited(busio_uart_obj_t *self) {
}

void common_hal_busio_uart_deinit(busio_uart_obj_t *self) {
volatile uint32_t *power_cycle = (void *)(self->uarte->p_reg) + 0xFFC;
volatile uint32_t *power_cycle = (void*)(self->uarte->p_reg) + 0xFFC;
if (!common_hal_busio_uart_deinited(self)) {
nrfx_uarte_rx_abort(self->uarte);
nrfx_uarte_tx_abort(self->uarte);
Expand Down

0 comments on commit 0526794

Please sign in to comment.