From cea021781e0035f0ec1fca5e748378dec951e72f Mon Sep 17 00:00:00 2001 From: liruncong Date: Wed, 5 Dec 2018 20:38:49 +0800 Subject: [PATCH] =?UTF-8?q?[libcpu/mips/ppc405]rt=5Fhw=5Finterrupt=5Finsta?= =?UTF-8?q?ll=E5=87=BD=E6=95=B0name=E5=8F=82=E6=95=B0=E5=A2=9E=E5=8A=A0con?= =?UTF-8?q?st=E9=99=90=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcpu/ppc/ppc405/interrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/ppc/ppc405/interrupt.c b/libcpu/ppc/ppc405/interrupt.c index dc93dd67a3..27a528e2f0 100644 --- a/libcpu/ppc/ppc405/interrupt.c +++ b/libcpu/ppc/ppc405/interrupt.c @@ -79,7 +79,7 @@ void uic_interrupt(rt_uint32_t uic_base, int vec_base) } rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, - void* param, char* name) + void* param, const char* name) { int intVal; rt_isr_handler_t old_handler; -- GitLab