Skip to content
Snippets Groups Projects
Commit 2226a44b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

arch/arm/src/sama5/sam_adc.c: Remove a warning

parent f3946733
No related branches found
No related tags found
No related merge requests found
......@@ -1083,7 +1083,9 @@ static void sam_adc_rxint(struct adc_dev_s *dev, bool enable)
static int sam_adc_ioctl(struct adc_dev_s *dev, int cmd, unsigned long arg)
{
#ifdef CONFIG_SAMA5_ADC_SWTRIG
struct sam_adc_s *priv = (struct sam_adc_s *)dev->ad_priv;
#endif
int ret = OK;
avdbg("cmd=%d arg=%ld\n", cmd, arg);
......
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