Merge branch 'master' into experimental

This commit is contained in:
kliment 2011-07-07 16:35:53 +02:00
commit 545a2ee492

View file

@ -2,8 +2,7 @@
// Licence: GPL
#include <WProgram.h>
extern "C" void __cxa_pure_virtual();
void __cxa_pure_virtual() {};
void __cxa_pure_virtual(){};
void get_command();
void process_commands();