mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-17 15:37:35 +08:00
Update Cortex M3 ports to ensure 8 byte alignment.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.
|
||||
FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.
|
||||
|
||||
***************************************************************************
|
||||
* *
|
||||
@ -72,7 +72,7 @@ extern "C" {
|
||||
* MACROS AND DEFINITIONS
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
#define tskKERNEL_VERSION_NUMBER "V6.0.0"
|
||||
#define tskKERNEL_VERSION_NUMBER "V6.0.1"
|
||||
|
||||
/**
|
||||
* task. h
|
||||
|
Reference in New Issue
Block a user