mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-04 04:51:27 +00:00
Make this compile.
This commit is contained in:
parent
edab91de3f
commit
10b9778383
@ -104,6 +104,10 @@ device_serial_init()
|
||||
void
|
||||
device_serial_finish(device_t *d)
|
||||
{
|
||||
struct device_serial_priv *dp;
|
||||
|
||||
dp = d->aux;
|
||||
|
||||
close(dp->txpipefd);
|
||||
close(dp->rxpipefd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user