Skip to content

Commit

Permalink
tc: Make command somewhat functional
Browse files Browse the repository at this point in the history
Still some work that could be done. CorrectionField not yet tested
since I've only ran in SW.

Signed-off-by: Casper Andersson <[email protected]>
  • Loading branch information
cappe987 committed Dec 30, 2024
1 parent 188cf25 commit efa4809
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 214 deletions.
4 changes: 1 addition & 3 deletions include/liblink.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
#define _DEBUG(file, fmt, ...) \
do { \
if (debugen) { \
fprintf(file, " " fmt, ##__VA_ARGS__); \
} else { \
; \
fprintf(file, "debug: " fmt, ##__VA_ARGS__); \
} \
} while (0)

Expand Down
Loading

0 comments on commit efa4809

Please sign in to comment.