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 17, 2021
1 parent f92ca51 commit 128ba52
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 @@ -59,7 +59,7 @@ func newServer(addr, odir, devmem, devshm, cfgdir string, opts ...Option) (*serv
cfgdir: cfgdir,

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

opts: opts,
Expand Down

0 comments on commit 128ba52

Please sign in to comment.