Ensure Cortex-M reset wakes device from sleep (wfi/wfe)
[fw/openocd] / src / target / arm_dpm.h
index ba2e155c24481f2c88259cd41e25fc552e32d794..66b2b1dfe85accdcafcb6ec76821c3fdb6ed7e68 100644 (file)
@@ -126,7 +126,7 @@ struct arm_dpm {
        /** Recent value of DSCR. */
        uint32_t dscr;
 
-       // FIXME -- read/write DCSR methods and symbols
+       /* FIXME -- read/write DCSR methods and symbols */
 };
 
 int arm_dpm_setup(struct arm_dpm *dpm);