On Thu, Jan 19, 2023, at 04:39, Brad Larson wrote: > > +extern unsigned int sdhci_timeout_val; > + This declaration should not be in the .c file, and I don't think there should be a global variable with this overly generic name either. Arnd
On Thu, Jan 19, 2023, at 04:39, Brad Larson wrote: > > +extern unsigned int sdhci_timeout_val; > + This declaration should not be in the .c file, and I don't think there should be a global variable with this overly generic name either. Arnd