From 9b9dc591f5c1f1b6b6722832b38c4e836dc3b78c Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 19 Dec 2018 20:10:33 +0800 Subject: [PATCH] [lwp] Correct the change log. --- components/lwp/lwp_syscall.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/lwp/lwp_syscall.h b/components/lwp/lwp_syscall.h index 286a0a8852..8389835138 100644 --- a/components/lwp/lwp_syscall.h +++ b/components/lwp/lwp_syscall.h @@ -5,11 +5,6 @@ * * Change Logs: * Date Author Notes - * 2006-03-18 Bernard the first version - * 2006-04-25 Bernard add rt_hw_context_switch_interrupt declaration - * 2006-09-24 Bernard add rt_hw_context_switch_to declaration - * 2012-12-29 Bernard add rt_hw_exception_install declaration - * 2017-10-17 Hichard add some micros * 2018-12-10 Jesven fix complie error in iar and keil */ -- GitLab