cmsis stubs: Provide trivial macro to replace ISB

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-13 11:56:59 +02:00
parent b6c27693af
commit 4af80d5698
1 changed files with 4 additions and 0 deletions

View File

@ -42,4 +42,8 @@ extern void __WFE(void);
#define __DSB()
#endif
#ifndef __ISB
#define __ISB()
#endif
#endif /* HW_MODELS_CORE_CM4_H */