This commit is contained in:
rusefi 2024-05-02 13:53:38 -04:00
parent 687c23e0b8
commit 9cb308b09d
1 changed files with 5 additions and 0 deletions

View File

@ -15,4 +15,9 @@
#error "GCC compiler >= 11.3.1 required"
#endif
#if (GCC_VERSION > 1300)
#error "Looks like we support only 11 and 12?"
#endif
#endif