On 09/04/20 15:32, Cathy Avery wrote: > +static volatile bool nmi_fired; > + > +#define NMI_VECTOR 2 > + This one is already defined, so it is not necessary to include the #define here. Paolo
On 09/04/20 15:32, Cathy Avery wrote: > +static volatile bool nmi_fired; > + > +#define NMI_VECTOR 2 > + This one is already defined, so it is not necessary to include the #define here. Paolo