Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

Location:
asp3_wo_tecs/trunk/target/dummy_gcc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/target/dummy_gcc/dummy.h

    r302 r305  
    6666#define TINTNO_HRT              0               /* 高分解能タイマ */
    6767#define TINTNO_OVRTIMER 1               /* オーバランタイマ */
    68 #define TINTNO_SIO              2               /* シリアルI/Oポート */
     68#define TINTNO_SIO              2               /* SIOポート */
    6969
    7070#endif /* TOPPERS_DUMMY_H */
  • asp3_wo_tecs/trunk/target/dummy_gcc/target_kernel_impl.c

    r302 r305  
    6060#include "kernel_impl.h"
    6161#include "task.h"
     62#ifdef TOPPERS_SUPPORT_OVRHDR
     63#include "overrun.h"
     64#endif /* TOPPERS_SUPPORT_OVRHDR */
    6265
    6366/*
  • asp3_wo_tecs/trunk/target/dummy_gcc/target_kernel_impl.h

    r302 r305  
    6565
    6666#include <kernel.h>
    67 #ifndef TOPPERS_MACRO_ONLY
    68 #ifdef TOPPERS_SUPPORT_OVRHDR
    69 #include "overrun.h"
    70 #endif /* TOPPERS_SUPPORT_OVRHDR */
    71 #endif /* TOPPERS_MACRO_ONLY */
    7267
    7368/*
Note: See TracChangeset for help on using the changeset viewer.