RIOT/cpu/cortexm_common
Joakim Nohlgård 9ad9f400e6 cpu/cortexm_common: Remove register keyword from variables
register is deprecated when building C++11 code and removed in C++17,
using it will cause build failures with C++ and -Werror. The register
hint keyword is likely ignored in GCC anyway.
2016-06-01 16:12:38 +02:00
..
2015-05-28 19:30:07 +02:00
2016-02-28 22:46:28 +01:00
2016-03-31 22:23:35 +02:00