Menu

New release 0.11.4

2021-07-22
2021-09-15
  • Alberto Maccioni

    Version 0.11.4 ( OP and OPGUI) was released today.
    Changes:
    fixed missing parentheses in progP18.c and progP16.c

     
  • Anonymous

    Anonymous - 2021-09-08

    From: percoco2000

    There is an error in op.c. The TRUE/FALSE #define are missing, so the compiler give error.

     
  • Alberto Maccioni

    It is known to happen on some systems, depending on toolchain and libraries.
    Easy fix:
    #define FALSE 0
    #define TRUE 1

     

Anonymous
Anonymous

Add attachments
Cancel