1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00
Files
unleashed-firmware/targets/f7/platform_specific/cxx_virtual_stub.c

7 lines
124 B
C
Raw Normal View History

#include "cxx_virtual_stub.h"
#include <furi.h>
void __cxa_pure_virtual(void) {
furi_crash("C++ pure virtual call");
}