adamgreen / mri

MRI - Monitor for Remote Inspection. The gdb compatible debug monitor for Cortex-M devices.
Apache License 2.0
155 stars 57 forks source link

Remove architectures/armv7-m/ include prefix from armv7-m_asm.S #41

Closed xiaoxiang781216 closed 1 year ago

xiaoxiang781216 commented 1 year ago

use the same inclusion in armv7-m.c to avoid adding the new search path

adamgreen commented 1 year ago

Thanks for the PR. Definitely improves consistency.