formatting

This commit is contained in:
liuhy 2021-12-21 17:34:28 +08:00 committed by Bernard Xiong
parent 576e7f1098
commit 3b861541e2
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ rt_err_t es32f3_pin_detach_irq(struct rt_device *device, rt_int32_t pin)
{
return RT_ENOSYS;
}
for (irqindex = 0; irqindex < 16; irqindex++)
{
if ((0x01 << irqindex) == index->pin)