We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
extern SEGMENT_VARIABLE(RxBuffer[RECEIVED_BUFFER_SIZE], U8 , BUFFER_MSPACE);
What does mean this type of declaration?
Thank you very much
Hi,
I think we need some more context before we can answer this. It looks as if the declaration uses a macro SEGMENT_VARIABLE to transform the parameters into a proper C declaration. If you look back in your header files you should find this macro and then work out what it does. If you need any more help once you have found the macro, please post the details back here and we'll see what we can work out.
Chris