mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 01:15:01 +00:00
Make function parameter definitions match function prototypes ( found with cppcheck)
This commit is contained in:
parent
fc07df320b
commit
6935c66309
@ -59,7 +59,7 @@ typedef struct dhcp_config
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
err_t dhserv_init(const dhcp_config_t *config);
|
||||
err_t dhserv_init(const dhcp_config_t *c);
|
||||
void dhserv_free(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user