Hello,
I am getting an error when compiling (using C) whenever I try to use
SERINtimeout = 5000000; in my code. As if it not declared, I cannot find it in
any of the include files.
Please, help.
Thanks, Ken
SERINtimeout in C
-
- Posts: 1462
- Joined: Fri Oct 19, 2012 5:11 am
Re: SERINtimeout in C
> I am getting an error when compiling (using C) whenever I try to use
SERINtimeout = 5000000; in my code. As if it not declared, I cannot find it in
any of the include files.
this line should be in cor_hwlib.h (an oversight), or you can just put it in
your source
extern int SERINtimeout;
And it will link
SERINtimeout = 5000000; in my code. As if it not declared, I cannot find it in
any of the include files.
this line should be in cor_hwlib.h (an oversight), or you can just put it in
your source
extern int SERINtimeout;
And it will link
-
- Posts: 1462
- Joined: Fri Oct 19, 2012 5:11 am
Re: SERINtimeout in C
I sent another reply where I stated when I changed the value of SERINtimout to
5000000 it did not seem to have any effect. But I compiled and downloaded the
program again, and now it is having an effect. So thanks anyways. I don't know
what the difference is.
Thanks, Ken
5000000 it did not seem to have any effect. But I compiled and downloaded the
program again, and now it is having an effect. So thanks anyways. I don't know
what the difference is.
Thanks, Ken