Skip to content

Commit d80072b

Browse files
committed
Annotate ENET init #endif comment
Adds an inline `// AvV` comment to the `#endif` in `enet_init` to clarify the conditional block boundary without changing behavior.
1 parent 1c3356d commit d80072b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib-gd32/gd32f10x/GD32F10x_standard_peripheral/Source/gd32f10x_enet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ ErrStatus enet_init(enet_mediamode_enum mediamode, enet_chksumconf_enum checksum
331331
return enet_state;
332332
}
333333
}
334-
#endif
334+
#endif // AvV
335335
/* initialize ENET peripheral with generally concerned parameters */
336336
enet_default_init();
337337

0 commit comments

Comments
 (0)