mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
Update the function definitions in all 6 clk implementation files to match the uintptr_t parameter type already declared in clk_provider.h. Fixes CI error: error: conflicting types for 'clk_register_divider' Signed-off-by: hanzhijian <hanzhijian@zepp.com> |
||
|---|---|---|
| .. | ||
| clk.c | ||
| clk.h | ||
| clk_divider.c | ||
| clk_fixed_factor.c | ||
| clk_fixed_rate.c | ||
| clk_fractional_divider.c | ||
| clk_gate.c | ||
| clk_multiplier.c | ||
| clk_mux.c | ||
| clk_phase.c | ||
| clk_rpmsg.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||