Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 43e700c

Browse files
committed
eda: use c-device in server
1 parent 204ac3e commit 43e700c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eda/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func newServer(addr, odir, devmem, devshm, cfgdir string, opts ...Option) (*serv
5959
cfgdir: cfgdir,
6060

6161
newDevice: func(devmem, odir, devshm, cfgdir string, opts ...Option) (device, error) {
62-
return newDevice(devmem, odir, devshm, cfgdir, opts...)
62+
return newCDevice(devmem, odir, devshm, cfgdir, opts...)
6363
},
6464

6565
opts: opts,

0 commit comments

Comments
 (0)