mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-22 02:33:10 +00:00
7 lines
120 B
C
7 lines
120 B
C
|
#include "cxx_virtual_stub.h"
|
||
|
#include <furi.h>
|
||
|
|
||
|
void __cxa_pure_virtual() {
|
||
|
furi_crash("C++ pure virtual call");
|
||
|
}
|