2012-12-05, 23:12:41
If you take a look at line 539 you should be able to figure out what is going on.
Code:
.ifdef IS_30F
.if FCY > 30000000
.error "Fcy specified is out of range"
.endif
.endif