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
So far stdin is not defined for all platforms (particular msp-430 is lacking a definition). Since it is used in bordermultiplex.c it should be either defined for all platforms (preferable) or replaced in this specific file.
So far
stdinis not defined for all platforms (particular msp-430 is lacking a definition). Since it is used in bordermultiplex.c it should be either defined for all platforms (preferable) or replaced in this specific file.