Arduino_STM32/STM32F1/cores/maple/cxxabi-compat.cpp

7 lines
182 B
C++
Raw Normal View History

2014-10-29 06:36:47 -07:00
/* We compile with nodefaultlibs, so we need to provide an error
* handler for an empty pure virtual function */
extern "C" void __cxa_pure_virtual(void) {
while(1)
;
}