rtos/eCos: rename CamelCase symbols

Convert CamelCase enum in uppercase and the other symbols in
lowercase.

Change-Id: I141c55bdfe6ef2a2da28d1da15a283a644ae7cb2
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6306
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2021-06-06 19:22:30 +02:00
parent a489058d7b
commit 920cacd74c
3 changed files with 47 additions and 47 deletions

View File

@@ -23,6 +23,6 @@
#include "rtos.h"
extern const struct rtos_register_stacking rtos_eCos_Cortex_M3_stacking;
extern const struct rtos_register_stacking rtos_ecos_cortex_m3_stacking;
#endif /* OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H */