mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Constant of 4 for size is bad.
This commit is contained in:
@@ -187,10 +187,10 @@ SCORE_EXTERN rtems_cpu_table _CPU_Table; /* CPU dependent info */
|
||||
(_CPU_Table.stack_free_hook)
|
||||
|
||||
/*
|
||||
* XXX weird RTEMS stuff
|
||||
* XXX weird RTEMS stuff that probably should be somewhere else.
|
||||
*/
|
||||
|
||||
#define RTEMS_MAXIMUM_NAME_LENGTH 4
|
||||
#define RTEMS_MAXIMUM_NAME_LENGTH sizeof(rtems_name)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user