fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2552 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
68fadd9edc
commit
54351d17de
|
@ -60,7 +60,7 @@ void rt_hw_show_memory(rt_uint32_t addr, rt_uint32_t size);
|
||||||
/*
|
/*
|
||||||
* exception interfaces
|
* 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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue