Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12749 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
9b6cead5e7
commit
739aa3f70c
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ extern bool __avr_in_isr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN 1U
|
#define PORT_STACK_ALIGN 1U
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stack alignment constant.
|
* @brief Stack alignment constant.
|
||||||
* @note It is the alignement required for the stack pointer.
|
* @note It is the alignment required for the stack pointer.
|
||||||
*/
|
*/
|
||||||
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
#define PORT_STACK_ALIGN sizeof (stkalign_t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue