Skip to content

Commit

Permalink
fix #28
Browse files Browse the repository at this point in the history
  • Loading branch information
esm-tmori committed Feb 5, 2021
1 parent 8aaeb85 commit 37ac4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/peripheral/athrill_syscall_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static void athrill_syscall_write_r(AthrillSyscallArgType *arg)
mpthread_unlock(fifop->tx_thread);
return;
}
#ednfi /* ENABLE_EXTERNAL_BT_SERIAL */
#endif /* ENABLE_EXTERNAL_BT_SERIAL */
int actual_fd = get_correspond_fd(fd);

arg->ret_value = write(actual_fd, buf, size);
Expand Down

0 comments on commit 37ac4df

Please sign in to comment.