mtkernel_3/kernel/sysdepend/iote_stm32l4/sysdepend.h | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.03 4: * 5: * Copyright (C) 2006-2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/03/31. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * sysdepend.h (STM32L4 IoT-Engine) 16: * System-Dependent local defined 17: */ 18: 19: #ifndef _SYSDEPEND_TARGET_SYSDEPEND_ 20: #define _SYSDEPEND_TARGET_SYSDEPEND_ 21: 22: 23: #include "../cpu/stm32l4/sysdepend.h" 24: 25: #endif /* _SYSDEPEND_TARGET_SYSDEPEND_ */