Changeset 1065

Show
Ignore:
Timestamp:
02/13/2010 04:55:22 PM (7 months ago)
Author:
agr
Message:

updated self test

Location:
nano-RK/projects/tests/self_test
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • nano-RK/projects/tests/self_test/main.c

    r309 r1065  
    131131  uint16_t ticks,ticks_min,ticks_max; 
    132132  uint16_t iterations; 
     133  uint16_t nrk_max_sleep_wakeup_time; 
    133134  nrk_sig_t tx_done_signal; 
    134135  nrk_sig_mask_t ret; 
  • nano-RK/projects/tests/self_test/nrk_cfg.h

    r177 r1065  
    88// This is a special kernel flag that records various timer 
    99// related functions.  This is not necessary for normal operation 
    10 #define NRK_KERNEL_TEST 
     10// #define NRK_KERNEL_TEST 
    1111 
    1212