Parse error in a-star_kv49l.fex
n1tehawk opened this issue · 1 comments
n1tehawk commented
The lines in a-star_kv49l.fex#L833-L851 contain port:P@00
, which leads to a parse error in the FEX compiler. For now it's probably best to comment out these lines, just as was already done in the [leds_para]
section.
EDIT: Just noticed that the comment lines in the [leds_para]
section start with an invalid character. \xEF\xBC\x9B
is a UTF-8 "full width semicolon", and needs to be replaced by a standard ASCII \x3B
.
libv commented
Fixed.