More NxWM build fixes
This commit is contained in:
parent
1ca6adadfa
commit
bc01f422df
@ -1906,7 +1906,7 @@ static void sam_adc_channels(struct sam_adc_s *priv)
|
|||||||
* Initialize the adc
|
* Initialize the adc
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Valid can device structure reference on succcess; a NULL on failure
|
* Valid can device structure reference on success; a NULL on failure
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@ -1917,7 +1917,7 @@ struct adc_dev_s *sam_adc_initialize(void)
|
|||||||
uint32_t mck;
|
uint32_t mck;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
/* Have we already been initialzed? If yes, than just hand out the
|
/* Have we already been initialized? If yes, than just hand out the
|
||||||
* interface one more time.
|
* interface one more time.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user