ignore -Wvolatile for HAL WKUP header
mpu_armv7.h uses an "|=" operation on a volatile register, which is notallowed any more.So "-Wvolatile" has to be ignored.Testet with GCC 12.2.0
ignore -Wvolatile for HAL WKUP header
mpu_armv7.h uses an "|=" operation on a volatile register, which is not
allowed any more.
So "-Wvolatile" has to be ignored.Testet with GCC 12.2.0