From 83890e56eb61933ee45985de368d5f80d56eab77 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 22 Feb 2018 13:30:50 +0100 Subject: [PATCH] Update dio.sgml --- doc/dio.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/dio.sgml b/doc/dio.sgml index c85992a4a..39aac251c 100644 --- a/doc/dio.sgml +++ b/doc/dio.sgml @@ -25,8 +25,7 @@ released with the dio_close function. dhandle_t __fastcall__ dio_open (unsigned char device); -The device specifies the device to access, with 0 being the first -device, 1 the second, and so on. +The device specifies the device to access. unsigned char __fastcall__ dio_close (dhandle_t handle); -- 2.39.5