1
0
mirror of https://github.com/prirun/p50em.git synced 2026-05-01 06:08:40 +00:00

devpnc: only broadcast to nodes in ring.cfg

This commit is contained in:
Jim
2020-02-29 14:02:52 -05:00
parent df00f2c7e6
commit 9d656255a5
2 changed files with 12 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ debug: # gdb (Intel)
trace: # tracing + gdb (Intel)
rm -rf em.o
cc -DREV=\"${REV}\" -DFAST -DNOMEM -g -O0 em.c -o em
cc -DREV=\"${REV}\" -DFAST -DNOMEM -O em.c -o em
fixed: # fixed clock rate, gdb (Intel)