mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04: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");
|
||
|
|
}
|