mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-31 17:53:34 -07:00
585b7f963d
merge ofw commit
7 lines
124 B
C
7 lines
124 B
C
#include "cxx_virtual_stub.h"
|
|
#include <furi.h>
|
|
|
|
void __cxa_pure_virtual(void) {
|
|
furi_crash("C++ pure virtual call");
|
|
}
|