From b4f4f44e207588ef842c34f307bf62328318ba20 Mon Sep 17 00:00:00 2001 From: youngkin Date: Thu, 18 Nov 2021 23:31:59 +0000 Subject: [PATCH] minor code hygiene --- sevensegdisplay/sevensegdisplay.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/sevensegdisplay/sevensegdisplay.go b/sevensegdisplay/sevensegdisplay.go index 4887f37..3d2ac6a 100644 --- a/sevensegdisplay/sevensegdisplay.go +++ b/sevensegdisplay/sevensegdisplay.go @@ -22,8 +22,6 @@ import ( "github.com/stianeikeland/go-rpio/v4" ) -const () - // segcode contains the hexidecimal codes that will be left-shifted into the shift register. They // correspond to the 7-segment display numbers 0-F and the decimal point respectively. var segcode = []int{0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f, 0x77,