mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/cortexm_common: define ARCHITECTURE_BREAKPOINT()
This commit is contained in:
parent
b88c9c5f1f
commit
e850dcd921
@ -27,6 +27,7 @@ extern "C" {
|
|||||||
/* Doc is provided centrally in architecture.h, hide this from Doxygen */
|
/* Doc is provided centrally in architecture.h, hide this from Doxygen */
|
||||||
#ifndef DOXYGEN
|
#ifndef DOXYGEN
|
||||||
#define ARCHITECTURE_WORD_BITS (32U)
|
#define ARCHITECTURE_WORD_BITS (32U)
|
||||||
|
#define ARCHITECTURE_BREAKPOINT(value) __BKPT(value)
|
||||||
#endif /* DOXYGEN */
|
#endif /* DOXYGEN */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user