From 54351d17de87207c011b9ee71382192f12d6de05 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sat, 29 Dec 2012 09:51:48 +0000 Subject: [PATCH] fix compiling warning. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2552 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- include/rthw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rthw.h b/include/rthw.h index 30820a5c73..204f822a69 100644 --- a/include/rthw.h +++ b/include/rthw.h @@ -60,7 +60,7 @@ void rt_hw_show_memory(rt_uint32_t addr, rt_uint32_t size); /* * exception interfaces */ -void rt_hw_exception_install(void (*exception_handle)(void* context)); +void rt_hw_exception_install(rt_err_t (*exception_handle)(void* context)); #ifdef __cplusplus }