ChibiOS 20.3.5 (#4285)

* ChibiOS 20.3.5

* chibios bump

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2022-06-25 12:43:28 -04:00 committed by GitHub
parent 1458504b4e
commit 149f6ea110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

@ -1 +1 @@
Subproject commit 8f0926be79262d74c1b99f1a68f925afbe3f241f
Subproject commit eed346d57f80efd78bd4130c7088066a1169d495

View File

@ -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