forked from Imagelibrary/rtems
2005-11-18 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Eliminate use of unsigned32.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-11-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Eliminate use of unsigned32.
|
||||
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
@@ -699,7 +699,7 @@ extern unsigned int mips_interrupt_number_of_vectors;
|
||||
* that a "reasonable" small application should not have any problems.
|
||||
*/
|
||||
|
||||
#define CPU_STACK_MINIMUM_SIZE (2048*sizeof(unsigned32))
|
||||
#define CPU_STACK_MINIMUM_SIZE (2048*sizeof(uint32_t))
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user