From c7a1c1c1db491b9945b516a7fdba17b683a97dac Mon Sep 17 00:00:00 2001 From: liruncong Date: Wed, 5 Dec 2018 20:38:40 +0800 Subject: [PATCH] =?UTF-8?q?[libcpu/mips/sep6200]rt=5Fhw=5Finterrupt=5Finst?= =?UTF-8?q?all=E5=87=BD=E6=95=B0name=E5=8F=82=E6=95=B0=E5=A2=9E=E5=8A=A0co?= =?UTF-8?q?nst=E9=99=90=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcpu/unicore32/sep6200/interrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/unicore32/sep6200/interrupt.c b/libcpu/unicore32/sep6200/interrupt.c index 5d088f788a..31078320ea 100644 --- a/libcpu/unicore32/sep6200/interrupt.c +++ b/libcpu/unicore32/sep6200/interrupt.c @@ -199,7 +199,7 @@ void rt_hw_interrupt_umask(int irq) * @param old_handler the old interrupt service routine */ rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, - void *param, char *name) + void *param, const char *name) { rt_isr_handler_t old_handler = RT_NULL;