V92.9 ‘inline’compile error

download by using online config tool,nothing changed
when hit the upload,this compile error pops out
expected constructor,destructor,or type conversion before 'inline'
In file included from BedLeveling.cpp:107:
Repetier.h:249: error: expected constructor, destructor, or type conversion before 'inline' 

Comments

  • arduino 1.5.5r2
    BedLeveling.ccp

    inline void memcopy2(void *dest,void *source) {
    *((int16_t*)dest) = *((int16_t*)source);
    }
    inline void memcopy4(void *dest,void *source) {
    *((int32_t*)dest) = *((int32_t*)source);
    }

    #ifndef JSON_OUTPUT
    #define JSON_OUTPUT 0

    line246-257
  • SOLVED,My mistake,now with 92.9,it's just wonderful~
Sign In or Register to comment.