mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
arch/arm/src/armv7-m/itm.h: Fix missing space causing macro issues
This commit is contained in:
committed by
Gregory Nutt
parent
bc9094ad27
commit
3271049a9d
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user