mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2552 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user