Page 1 of 1

compiler errors when using the WS2811 in FC8

Posted: Mon Nov 26, 2018 9:39 am
by EFB
Hello,

When I compile using the WS2811 component I get the following errors:

Test.c: 507: (192) undefined identifier "T1LNOPSDEF"
Test.c: FCD_06621_LED_WS2811__Refresh()
507: } else {
^ (312) ";" expected
Test.c: 542: (192) undefined identifier "T1LNOPSDEF"
542: } else {
^ (312) ";" expected
Test.c: 577: (192) undefined identifier "T1LNOPSDEF"
577: } else {
^ (312) ";" expected
(908) exit status = 1
(908) exit status = 1

Error returned from [xc8.exe]

This only happens when I compile with FC8?
When I compile the same with FC7 all works fine.
I updated FC8 and al components but no luck.
Thanks,

Evert

Re: compiler errors when using the WS2811 in FC8

Posted: Mon Nov 26, 2018 1:10 pm
by Benj
Hello Evert,

Thanks for letting us know.

I've fixed the problem and will get the fix pushed to the updates system in the next 10-20 minutes for you.

Re: compiler errors when using the WS2811 in FC8

Posted: Mon Nov 26, 2018 3:24 pm
by EFB
Hi Ben,

Update workt perfect!!

Thanks for the quick repair.

Evert