reformat the coding style in rthw.h
This commit is contained in:
parent
cf0db957f2
commit
62c5115282
|
@ -56,7 +56,8 @@ rt_uint8_t *rt_hw_stack_init(void *entry,
|
|||
*/
|
||||
typedef void (*rt_isr_handler_t)(int vector, void *param);
|
||||
|
||||
struct rt_irq_desc {
|
||||
struct rt_irq_desc
|
||||
{
|
||||
rt_isr_handler_t handler;
|
||||
void *param;
|
||||
|
||||
|
|
Loading…
Reference in New Issue