diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-07 12:49:15 +0000 | 
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-07 12:49:15 +0000 | 
| commit | c7c72c47984773e56df49768c37306155f9a9452 (patch) | |
| tree | 61b78e793b89cc755b193075282536999fc0e546 /os/common | |
| parent | f48d722898552d2229d983dff6fab08a14cc13e6 (diff) | |
| download | ChibiOS-c7c72c47984773e56df49768c37306155f9a9452.tar.gz ChibiOS-c7c72c47984773e56df49768c37306155f9a9452.tar.bz2 ChibiOS-c7c72c47984773e56df49768c37306155f9a9452.zip  | |
Fixed bug #917.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11468 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
| -rw-r--r-- | os/common/oslib/include/chheap.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/os/common/oslib/include/chheap.h b/os/common/oslib/include/chheap.h index dad053368..be92ea423 100644 --- a/os/common/oslib/include/chheap.h +++ b/os/common/oslib/include/chheap.h @@ -84,7 +84,6 @@ typedef union heap_header heap_header_t;   * @brief   Memory heap block header.
   */
  union heap_header {
 -  stkalign_t align;
    struct {
      heap_header_t       *next;      /**< @brief Next block in free list.    */
      size_t              pages;      /**< @brief Size of the area in pages.  */
  | 
