uncrustify libraries/AP_Common/c++.cpp

This commit is contained in:
uncrustify 2012-08-16 23:18:11 -07:00 committed by Pat Hickey
parent 0890404680
commit d9234edebc
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,9 @@
#include <stdlib.h>
#include "c++.h"
#if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#include "WProgram.h"
#endif
void * operator new(size_t size)
@ -62,7 +62,8 @@ void __cxa_guard_release (__guard *g)
*(char *)g = 1;
};
void __cxa_guard_abort (__guard *) {};
void __cxa_guard_abort (__guard *) {
};
// free memory
extern unsigned int __bss_end;