formatting

This commit is contained in:
liuhy
2021-12-21 23:52:58 +08:00
committed by Bernard Xiong
parent 576e7f1098
commit 3b861541e2
+1 -1
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)