changed the circular nature of dongle grabbing to even/odd based to eliminate chained dependency
This commit is contained in:
parent
6a3b577d79
commit
a29a321d75
4 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
|
@ -7,9 +7,9 @@ OBJS = $(SRCS:.c=.o)
|
|||
|
||||
CC = cc
|
||||
# CFLAGS = -Wall -Wextra -Werror -pthread -g -fsanitize=thread
|
||||
CFLAGS = -Wall -Wextra -Werror
|
||||
CFLAGS = -Wall -Wextra -Werror -pthread
|
||||
|
||||
ARGS = 4 800 200 100 10 3 0 fifo
|
||||
ARGS = 6 900 200 200 200 10 60 fifo
|
||||
|
||||
all: $(NAME)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue