Changeset 6a15087 in rtems


Ignore:
Timestamp:
03/30/04 19:21:24 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
04b4b38
Parents:
c3e88cad
Message:

2004-03-30 David Querbach <querbach@…>

PR 596/tests

  • sp32/init.c: A missing definition of TEST_INIT before including <tmacros.h> means that buffered output will not work even if selected in buffer_test_io.h.
Location:
c/src/tests/sptests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/sptests/ChangeLog

    rc3e88cad r6a15087  
     12004-03-30      David Querbach <querbach@realtime.bc.ca>
     2
     3        PR 596/tests
     4        * sp32/init.c: A missing definition of TEST_INIT before including
     5        <tmacros.h> means that buffered output will not work even if selected
     6        in buffer_test_io.h.
     7
    182003-12-16      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/tests/sptests/sp32/init.c

    rc3e88cad r6a15087  
    88 */
    99
     10#define TEST_INIT
    1011#include <tmacros.h>  /* includes bsp.h, stdio, etc... */
    1112
Note: See TracChangeset for help on using the changeset viewer.