Mercurial > ecos-v3_0-branch
comparison packages/devs/spi/arm/lpc2xxx/current/src/spi_lpc2xxx.cxx @ 2788:6d113aa28eb1
Update init priority.
| author | bartv |
|---|---|
| date | Tue, 10 Feb 2009 22:38:07 +0000 |
| parents | 74dbf4c3f2e1 |
| children | a0730cb32880 |
comparison
equal
deleted
inserted
replaced
| 2787:e56d0554cf04 | 2788:6d113aa28eb1 |
|---|---|
| 6 // | 6 // |
| 7 //========================================================================== | 7 //========================================================================== |
| 8 // ####ECOSGPLCOPYRIGHTBEGIN#### | 8 // ####ECOSGPLCOPYRIGHTBEGIN#### |
| 9 // ------------------------------------------- | 9 // ------------------------------------------- |
| 10 // This file is part of eCos, the Embedded Configurable Operating System. | 10 // This file is part of eCos, the Embedded Configurable Operating System. |
| 11 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 11 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. |
| 12 // | 12 // |
| 13 // eCos is free software; you can redistribute it and/or modify it under | 13 // eCos is free software; you can redistribute it and/or modify it under |
| 14 // the terms of the GNU General Public License as published by the Free | 14 // the terms of the GNU General Public License as published by the Free |
| 15 // Software Foundation; either version 2 or (at your option) any later | 15 // Software Foundation; either version 2 or (at your option) any later |
| 16 // version. | 16 // version. |
| 357 #endif | 357 #endif |
| 358 } | 358 } |
| 359 }; | 359 }; |
| 360 | 360 |
| 361 static cyg_spi_lpc2xxx_init_class spi_lpc2xxx_init | 361 static cyg_spi_lpc2xxx_init_class spi_lpc2xxx_init |
| 362 CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_IO); | 362 CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_BUS_SPI); |
| 363 | 363 |
