Skip to content

Commit

Permalink
Assume crcgen is found on PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ecc1 committed Dec 18, 2016
1 parent 8af4850 commit 737c290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc16.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dexcom

//go:generate ../crcgen/crcgen -size 16 -poly 0x1021
//go:generate crcgen -size 16 -poly 0x1021

// Compute CRC-16 using CCITT polynomial.
func crc16(msg []byte) uint16 {
Expand Down

0 comments on commit 737c290

Please sign in to comment.