rtos: remove config.h includes from stackings headers
And add its own header to the rtos_xxx_stackings.c Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com> Change-Id: I084130fde7ee8645129a7cf60bb7bf59448e2f39 Reviewed-on: https://review.openocd.org/c/openocd/+/7441 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
bec6c0eb09
commit
227577ba76
@@ -8,14 +8,9 @@
|
||||
#ifndef OPENOCD_RTOS_RTOS_RIOT_STACKINGS_H
|
||||
#define OPENOCD_RTOS_RTOS_RIOT_STACKINGS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "rtos.h"
|
||||
|
||||
extern const struct rtos_register_stacking rtos_riot_cortex_m0_stacking;
|
||||
extern const struct rtos_register_stacking rtos_riot_cortex_m34_stacking;
|
||||
|
||||
#endif /* OPENOCD_RTOS_RTOS_RIOT_STACKINGS_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user