Skip to content

Commit

Permalink
Merge pull request #158 from bensuffolk/release/v4.1
Browse files Browse the repository at this point in the history
Fix for #150
  • Loading branch information
someweisguy authored Jun 14, 2024
2 parents 6281323 + 3b6fe0e commit 9b6a504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmx/hal/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static struct dmx_uart_t {
} dmx_uart_context[DMX_NUM_MAX] = {
{.num = 0, .dev = UART_LL_GET_HW(0)},
{.num = 1, .dev = UART_LL_GET_HW(1)},
#if DMX_NUM_MAX > 2
#if SOC_UART_NUM > 2
{.num = 2, .dev = UART_LL_GET_HW(2)},
#endif
};
Expand Down

0 comments on commit 9b6a504

Please sign in to comment.