Version 0.11.4 ( OP and OPGUI) was released today. Changes: fixed missing parentheses in progP18.c and progP16.c
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
From: percoco2000
There is an error in op.c. The TRUE/FALSE #define are missing, so the compiler give error.
It is known to happen on some systems, depending on toolchain and libraries. Easy fix: #define FALSE 0 #define TRUE 1
Version 0.11.4 ( OP and OPGUI) was released today.
Changes:
fixed missing parentheses in progP18.c and progP16.c
From: percoco2000
There is an error in op.c. The TRUE/FALSE #define are missing, so the compiler give error.
It is known to happen on some systems, depending on toolchain and libraries.
Easy fix:
#define FALSE 0
#define TRUE 1