From 3db2a983605512993285f759298967ec98bf7d8e Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Mon, 26 Apr 2021 18:19:28 +0800 Subject: [PATCH] keep old path available Change-Id: I0b97d5f82386c6d642b94c390e24eede81cd7c54 --- components/bounds_checking_function | 1 + kal/cmsis/cmsis_os2.h | 1 + 2 files changed, 2 insertions(+) create mode 120000 components/bounds_checking_function create mode 120000 kal/cmsis/cmsis_os2.h diff --git a/components/bounds_checking_function b/components/bounds_checking_function new file mode 120000 index 00000000..795e1a77 --- /dev/null +++ b/components/bounds_checking_function @@ -0,0 +1 @@ +../../../third_party/bounds_checking_function/ \ No newline at end of file diff --git a/kal/cmsis/cmsis_os2.h b/kal/cmsis/cmsis_os2.h new file mode 120000 index 00000000..c98551bc --- /dev/null +++ b/kal/cmsis/cmsis_os2.h @@ -0,0 +1 @@ +../../../../third_party/cmsis/CMSIS/RTOS2/Include/cmsis_os2.h \ No newline at end of file