mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00:00
arch/arm/src/armv7-m/itm.h: Fix missing space causing macro issues
This commit is contained in:
parent
bc9094ad27
commit
3271049a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
|||
/* ITM IMCR */
|
||||
|
||||
#define ITM_IMCR_INTEGRATION_SHIFT 0
|
||||
#define ITM_IMCR_INTEGRATION_MASK(1ul << ITM_IMCR_INTEGRATION_SHIFT)
|
||||
#define ITM_IMCR_INTEGRATION_MASK (1ul << ITM_IMCR_INTEGRATION_SHIFT)
|
||||
|
||||
/* ITM LSR */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue