commit | 639a10e30dad57b44e1536b96d360653c2d284ed | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Jun 08 10:02:41 2017 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jun 08 12:23:37 2017 -0500 |
tree | 2272d3d089652f16fdc639054fc2d846daf403d4 | |
parent | 3405607d9e025c105d1cd503d35b6b1d1201bd06 [diff] |
sam3x: report correct number of IRQ priority bits The Sam3x HAL defines __NVIC_PRIO_BITS to 4. Fixes an issue where interrupt priorities and masking were not being done correctly. Issue: ZEP-2243 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>