Skip to content
Snippets Groups Projects
Commit 556280f3 authored by patacongo's avatar patacongo
Browse files

Fix warning due to wrong parameter type

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2467 42af7a65-404d-4744-a932-0658087f49c3
parent d6ab15ac
No related branches found
No related tags found
No related merge requests found
......@@ -667,7 +667,7 @@ EXTERN uint32_t lpc313x_fdivinit(int fdcndx,
EXTERN void lpc313x_setfdiv(enum lpc313x_domainid_e dmnid,
enum lpc313x_clockid_e clkid,
const struct lpc313x_subdomainconfig_s *fdiv);
const struct lpc313x_fdivconfig_s *fdiv);
/****************************************************************************
* Name: lpc313x_pllconfig
......
......@@ -78,7 +78,7 @@
void lpc313x_setfdiv(enum lpc313x_domainid_e dmnid,
enum lpc313x_clockid_e clkid,
const struct lpc313x_subdomainconfig_s *fdiv)
const struct lpc313x_fdivconfig_s *fdiv)
{
uint32_t regaddr;
unsigned int basefreq;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment