Ignore:
Timestamp:
May 10, 2016, 2:09:19 PM (8 years ago)
Author:
ertl-honda
Message:

ラウンドロビンのマクロの見直し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/lib/rca_lib.h

    r196 r238  
    100100#endif  /* RCA_TASK5_STACK_SIZE */
    101101
     102
     103/*
     104 *  Round Robin Scheduling cycle
     105 */
     106#ifndef RCA_RR_SCHEDULE_CYCLE
     107#define RCA_RR_SCHEDULE_CYCLE 1
     108#endif /* RCA_RR_SCHEDULE_CYCLE */
     109 
    102110#ifdef __cplusplus
    103111extern "C" {
Note: See TracChangeset for help on using the changeset viewer.