Update pmt.h

This commit is contained in:
2024-04-10 00:48:11 +03:00
committed by GitHub
parent 287c75aa67
commit 6dbf7acf3c

View File

@@ -28,7 +28,7 @@ extern "C" {
#endif
/* compiler architecture if arm is not 32-bit or 64-bit, the compilation is stopped */
#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__
#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__ || armv7l
#error "only 32-bit or 64-bit arm compilers can be used"
#endif