Formatting.

This commit is contained in:
Joel Sherrill
2008-07-30 15:31:19 +00:00
parent 9c186eb027
commit 4693690afd
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area() and
added support for an optional separate heap area.
* startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
and added support for an optional separate heap area.
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -1,6 +1,6 @@
2008-07-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
* src/irq-legacy.c: Free allocated memory in hander remove.
* src/irq-legacy.c: Free allocated memory in handler remove.
* bootcard.c: Check if the heap fits into the work area.