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

Commit

Permalink
eda: use c-device in server
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed May 25, 2021
1 parent 620a9f7 commit ae3360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eda/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func newServer(addr, odir, devmem, devshm string, opts ...Option) (*server, erro
devshm: devshm,

newDevice: func(devmem, odir, devshm string, opts ...Option) (device, error) {
return newDevice(devmem, odir, devshm, opts...)
return newCDevice(devmem, odir, devshm, opts...)
},

opts: opts,
Expand Down

0 comments on commit ae3360f

Please sign in to comment.