Skip to content

Commit

Permalink
post merge fix to max_edge_num
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Stahl committed Apr 8, 2020
1 parent 44d5537 commit 4d69544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ DISTRIOTLIB=libdistriot.a
CC=gcc
LDFLAGS= -lm -pthread
CFLAGS=-Wall -fPIC
ifdef MAX_EDGE_NUM
CFLAGS+=-DMAX_EDGE_NUM=$(MAX_EDGE_NUM)
endif
ifeq ($(SKIP_FUSING), 1)
CFLAGS+=-DSKIP_FUSING
endif
Expand Down
1 change: 1 addition & 0 deletions include/configure.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"192.168.0.6", \
"192.168.0.7", \
"192.168.0.8"}
#ifndef MAX_EDGE_NUM
#define MAX_EDGE_NUM 6
#pragma message "Using default edge dev count of 6"
#else
Expand Down

0 comments on commit 4d69544

Please sign in to comment.