Skip to content

Commit

Permalink
Bump Multicast table size to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Nov 24, 2022
1 parent cfa1541 commit 48bb10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion silabs-multiprotocol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN \
CC="${DEBIAN_CROSS_PREFIX}-gcc" \
LD="${DEBIAN_CROSS_PREFIX}-gcc" \
CXX="${DEBIAN_CROSS_PREFIX}-g++" \
C_FLAGS="-std=gnu99" \
C_FLAGS="-std=gnu99 -DEMBER_MULTICAST_TABLE_SIZE=16" \
debug

FROM $BUILD_FROM
Expand Down
2 changes: 1 addition & 1 deletion silabs-multiprotocol/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN \
CC="${DEBIAN_CROSS_PREFIX}-gcc" \
LD="${DEBIAN_CROSS_PREFIX}-gcc" \
CXX="${DEBIAN_CROSS_PREFIX}-g++" \
C_FLAGS="-std=gnu99" \
C_FLAGS="-std=gnu99 -DEMBER_MULTICAST_TABLE_SIZE=16" \
debug

FROM $BUILD_FROM
Expand Down

0 comments on commit 48bb10a

Please sign in to comment.