fix the space

This commit is contained in:
supperthomas 2021-08-18 20:14:59 +08:00
parent 210ff3c9df
commit 39353f5c14
1 changed files with 5 additions and 4 deletions

View File

@ -13,6 +13,7 @@
#define UTEST_NAME "irq_tc"
static uint32_t irq_count = 0;
static uint32_t max_get_nest_count = 0;
static void irq_callback()
{
if(rt_interrupt_get_nest() > max_get_nest_count)