Changeset e584ee4 in rtems for cpukit/include/rtems/test-info.h


Ignore:
Timestamp:
07/25/22 07:59:14 (17 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
c0a4d56
Parents:
10ef708
git-author:
Sebastian Huber <sebastian.huber@…> (07/25/22 07:59:14)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/25/22 08:02:18)
Message:

libtest: Add missing initializer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/test-info.h

    r10ef708 re584ee4  
    7171 */
    7272#define RTEMS_TEST_INITIAL_EXTENSION \
    73   { NULL, NULL, NULL, NULL, NULL, NULL, NULL, rtems_test_fatal_extension }
     73  { NULL, NULL, NULL, NULL, NULL, NULL, NULL, rtems_test_fatal_extension, NULL }
    7474
    7575/**
Note: See TracChangeset for help on using the changeset viewer.