git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15200 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
423a15fd6d
commit
782b00374d
|
@ -217,14 +217,9 @@ int _getpid(void) {
|
|||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void __cxa_pure_virtual(void) {
|
||||
|
||||
chSysHalt("pure virtual function call");
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
void __cxa_pure_virtual(void) {
|
||||
osalSysHalt("Pure virtual function call.");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue