Skip to content

Commit de5d9bd

Browse files
committed
doc: add missing line continuation character
Having missing \ characters didn't seem to break anything, but nice to have them for consistency anyway.
1 parent e2d1531 commit de5d9bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/pbio/doc/doxygen.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,9 +2109,9 @@ PREDEFINED = \
21092109
PBIO_CONFIG_LIGHTGRID=1 \
21102110
PBIO_CONFIG_ENABLE_SYS \
21112111
PBDRV_CONFIG_COUNTER=1 \
2112-
PBDRV_CONFIG_LED=1
2113-
PBDRV_CONFIG_PWM=1
2114-
PBDRV_CONFIG_RESET=1
2112+
PBDRV_CONFIG_LED=1 \
2113+
PBDRV_CONFIG_PWM=1 \
2114+
PBDRV_CONFIG_RESET=1 \
21152115
PBDRV_CONFIG_HAS_PORT_A=1 \
21162116
PBDRV_CONFIG_HAS_PORT_B=1 \
21172117
PBDRV_CONFIG_HAS_PORT_C=1 \

0 commit comments

Comments
 (0)