You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and include that header in multiple compilation units. Linker will throw errors where functions in ADC_utils.h are defined multiple times in different compilation units.
The text was updated successfully, but these errors were encountered:
To recreate, generate a header file with
#include <ADC.h>
#include <ADC_util.h>
and include that header in multiple compilation units. Linker will throw errors where functions in ADC_utils.h are defined multiple times in different compilation units.
The text was updated successfully, but these errors were encountered: