ChibiOS 20.3.5 (#4285)
* ChibiOS 20.3.5 * chibios bump Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
bc7e9e76ab
commit
feaa920dc6
|
@ -1 +1 @@
|
|||
Subproject commit 8f0926be79262d74c1b99f1a68f925afbe3f241f
|
||||
Subproject commit eed346d57f80efd78bd4130c7088066a1169d495
|
|
@ -402,8 +402,3 @@ float tanf_taylor(float x) {
|
|||
return sin_val / cos_val;
|
||||
}
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
extern "C" void __cxa_pure_virtual(void) {
|
||||
osalSysHalt("Pure virtual function call.");
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue