Skip to content

Commit

Permalink
Handle multiple value on the same line (fix #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
yne committed Jan 21, 2022
1 parent c59b2e1 commit 14c97ff
Show file tree
Hide file tree
Showing 3 changed files with 10,025 additions and 15 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ See [releases page](../../releases)
```bash
cc vcd.c -o vcd
# classic style:
make && sudo make install
# custom limit:
cc vcd.c -o vcd -DMAX_SCOPE=32 -DMAX_CHANNEL=400 -DMAX_SAMPLE=2048
```

## Usage
Expand Down
Loading

0 comments on commit 14c97ff

Please sign in to comment.