Commit 6a8e1bbd authored by Maciej Lipinski's avatar Maciej Lipinski

cosmetics

parent 65812ee7
......@@ -80,7 +80,7 @@ hpll_switchover = detectSwitchover(hpll,6);
% finish_plots=length(bpll);
if(option == 2 || option == 3)
start = switchover - 5000;
start = switchover - 9000;
finish= switchover + 1000;
draw2(mpll, bpll, hpll, switchover, start, finish, option);
start = switchover - 500;
......
......@@ -14,9 +14,9 @@ WR_LIB = $(WR_INSTALL_ROOT)/lib
CFLAGS = -g -Wall -DRT_CLIENT\
-I../include -I../mini-rpc -I$(WR_INCLUDE)
ifdef WRS_HAL_DEBUG
# ifdef WRS_HAL_DEBUG
CFLAGS += -DDEBUG
endif
# endif
LDFLAGS = -L../libswitchhw -L../mini-rpc \
-lminipc -llua -lm -ldl -lswitchhw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment