Author |
Message |
Topic: CCS Pointer Issue |
wtorres
Replies: 3
Views: 6239
|
Forum: General CCS C Discussion Posted: Mon May 21, 2012 7:39 pm Subject: CCS Pointer Issue |
I'm facing an issue with CCS compiler version 4.065, when I compile the code below:
void main(void)
{
rom char Data[] = {1,2,3};
rom char *ShowData;
Mostra = & ... |
|
Page 1 of 1 |
All times are GMT - 6 Hours |
Powered by phpBB © 2001, 2005 phpBB Group
|