this is being inserted into my code "mbed_save_all(callback)"

12 Feb 2010

mbed_save_all(callback);
}

 

is being inserted into the top of my file.... anyone else seeing this?

12 Feb 2010

May have found the cause...  This only happens in a module where I save it via the "Save All" button.

If I just use "Save" it does not happen.

12 Feb 2010

Yep! I have been running into this all day. If I "Save All" I get :

"This declaration has no storage class or type specifier (E77-D)" in file ...

and manymore errors.  If I do a "Save" the program will compile as normal.

12 Feb 2010

Now fixed. See http://mbed.org/blog/entry/114/?page=1#comment-92 for the details.