Changeset 1065
- Timestamp:
- 02/13/2010 04:55:22 PM (7 months ago)
- Location:
- nano-RK/projects/tests/self_test
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
nano-RK/projects/tests/self_test/main.c
r309 r1065 131 131 uint16_t ticks,ticks_min,ticks_max; 132 132 uint16_t iterations; 133 uint16_t nrk_max_sleep_wakeup_time; 133 134 nrk_sig_t tx_done_signal; 134 135 nrk_sig_mask_t ret; -
nano-RK/projects/tests/self_test/nrk_cfg.h
r177 r1065 8 8 // This is a special kernel flag that records various timer 9 9 // related functions. This is not necessary for normal operation 10 #define NRK_KERNEL_TEST10 // #define NRK_KERNEL_TEST 11 11 12 12
