Changeset 574 for trunk/user/sort


Ignore:
Timestamp:
Oct 5, 2018, 12:26:30 AM (6 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/sort/sort.c

    r504 r574  
    204204
    205205
    206 ///////////
     206/////////////////
    207207void main( void )
    208208{
     
    296296
    297297                // set thread attributes for all threads
    298                 attr[thread_uid].attributes = PT_ATTR_CLUSTER_DEFINED | PT_ATTR_CORE_DEFINED;
     298                attr[thread_uid].attributes = PT_ATTR_DETACH          |
     299                                              PT_ATTR_CLUSTER_DEFINED |
     300                                              PT_ATTR_CORE_DEFINED;
    299301                attr[thread_uid].cxy        = HAL_CXY_FROM_XY( x , y );
    300302                attr[thread_uid].lid        = lid;
Note: See TracChangeset for help on using the changeset viewer.