xiaoxiang781216 commented on PR #19168:
URL: https://github.com/apache/nuttx/pull/19168#issuecomment-4737057066
@Zepp-Hanzj please fix:
```
Error: clk/clk_divider.c:364:19: error: conflicting types for
'clk_register_divider'; have 'struct clk_s *(const char *, const char *,
uint8_t, uint32_t, uint8_t, uint8_t, uint16_t)' {aka 'struct clk_s *(const
char *, const char *, unsigned char, unsigned int, unsigned char, unsigned
char, short unsigned int)'}
364 | FAR struct clk_s *clk_register_divider(FAR const char *name,
| ^~~~~~~~~~~~~~~~~~~~
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]