Skip to content

Commit 8a72865

Browse files
committed
typo
1 parent 1c4e72e commit 8a72865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_clocks/clocks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void clock_gpio_init_int_frac16(uint gpio, uint src, uint32_t div_int, uint16_t
245245
invalid_params_if(HARDWARE_CLOCKS, true);
246246
}
247247

248-
#if !PICO_RP2040 // assert currently broken on RP2040, but we know that hardware has 16 bit integer part
248+
#if !PICO_RP2040 // assert currently broken on RP2040, but we know that hardware has 16-bit integer part
249249
static_assert(CLOCKS_CLK_GPOUT0_DIV_INT_MSB - CLOCKS_CLK_GPOUT0_DIV_INT_LSB == 15, "");
250250
#endif
251251
invalid_params_if(HARDWARE_CLOCKS, div_int >> 16);

0 commit comments

Comments
 (0)