error - DIO31_DDR' was not declared in this scope
Receive this error message, related to FASTIO.H, file while trying to upgrade to 0.92.
#define _SET_OUTPUT(IO) do {DIO ## IO ## _DDR |= MASK(DIO ## IO ## _PIN); } while (0)
exit status 1
'DIO31_DDR' was not declared in this scope
How do I correct this problem?
Thanks
Comments