mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-08-07 11:26:57 +00:00
Make this compile.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user