1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-10 04:25:21 +00:00

Update dio.sgml

This commit is contained in:
Oliver Schmidt
2018-02-22 13:30:50 +01:00
committed by GitHub
parent 5df40bfe3e
commit 83890e56eb

View File

@@ -25,8 +25,7 @@ released with the <tt>dio_close</tt> function.
dhandle_t __fastcall__ dio_open (unsigned char device); dhandle_t __fastcall__ dio_open (unsigned char device);
</verb></tscreen> </verb></tscreen>
The <tt>device</tt> specifies the device to access, with 0 being the first The <tt>device</tt> specifies the device to access.
device, 1 the second, and so on.
<tscreen><verb> <tscreen><verb>
unsigned char __fastcall__ dio_close (dhandle_t handle); unsigned char __fastcall__ dio_close (dhandle_t handle);