Created a devices service and moved the CDashDisplay service to the sahdow realm
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package cdashdisplay
|
||||
|
||||
import "esdi/peripheral/devices"
|
||||
|
||||
// TODO: I believe we don't need the #esdi/peripheral/devices thing anymore
|
||||
const (
|
||||
ID = devices.CDashDisplayDevID
|
||||
Name = devices.CDashDisplayDevName
|
||||
)
|
||||
Reference in New Issue
Block a user