eg:
' #define AState_User Astate & b'0011'
' #define Astate_Ctrl Astate & b'1100'
This define does not work, and for some reason the compiler just hangs - no error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
eg:
' #define AState_User Astate & b'0011'
' #define Astate_Ctrl Astate & b'1100'
This define does not work, and for some reason the compiler just hangs - no error.