git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1958 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-05-26 10:15:33 +00:00
parent 1a9115dff3
commit 9ffa6324d4
3 changed files with 21 additions and 20 deletions

View File

@ -123,7 +123,7 @@ struct context {
* @details This macro is used to allocate a static thread working area
* aligned as both position and size.
*/
#define WORKING_AREA(s, n) stkalign_t s[THD_WA_SIZE(n) / sizeof(stkalign_t)];
#define WORKING_AREA(s, n) stkalign_t s[THD_WA_SIZE(n) / sizeof(stkalign_t)]
/**
* @brief IRQ prologue code.

View File

@ -60,6 +60,7 @@
*** 1.5.8 ***
- FIX: Fixed missing files from ST library zip file (bug 3006629).
- Formatting fixes to the port templates.
- Added notes about copyright assignment to the documentation. Fixed some
problems in the licensing FAQ page.