Changeset f714576 in mainline


Ignore:
Timestamp:
2008-11-23T11:02:07Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0013b9ce
Parents:
50e5b25
Message:

Remove unused debugging task state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/udebug/udebug.h

    r50e5b25 rf714576  
    148148        UDEBUG_TS_BEGINNING,
    149149        /** Debugger fully connected */
    150         UDEBUG_TS_ACTIVE,
    151         /** Task is shutting down, no more debug activities allowed */
    152         UDEBUG_TS_SHUTDOWN
     150        UDEBUG_TS_ACTIVE
    153151} udebug_task_state_t;
    154152
Note: See TracChangeset for help on using the changeset viewer.