2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* bootcard.c: Add comment.
This commit is contained in:
Joel Sherrill
2007-11-26 22:09:27 +00:00
parent dde1eb364f
commit 4c3d3cdbfd
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* bootcard.c: Add comment.
2007-07-15 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c: Use size_t for sizes.

View File

@@ -129,6 +129,13 @@ int boot_card(int argc, char **argv, char **envp)
rtems_initialize_executive_late( bsp_isr_level );
/***************************************************************
***************************************************************
* APPLICATION RUNS HERE!!! When it shuts down, we return!!! *
***************************************************************
***************************************************************
*/
/*
* Perform any BSP specific shutdown actions.
*/