modify RT_ALIGN_SIZE as 8 by default

This commit is contained in:
Meco Man
2023-01-11 23:25:57 -05:00
committed by Man, Jianting (Meco)
parent f4fa7ba970
commit ddccef3a64
564 changed files with 613 additions and 613 deletions

View File

@@ -565,7 +565,7 @@ Configuration is mainly done by modifying the file under project directory - rtc
#define RT_NAME_MAX 8
/* Set the number of aligned bytes when bytes are aligned. Usually use ALIGN(RT_ALIGN_SIZE) for byte alignment.*/
#define RT_ALIGN_SIZE 4
#define RT_ALIGN_SIZE 8
/* Define the number of system thread priorities; usually define the priority of idle threads with RT_THREAD_PRIORITY_MAX-1 */
#define RT_THREAD_PRIORITY_MAX 32