From 59499d5420f3b26ceb7e390ea43b83503008b473 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 2 Apr 2015 13:00:10 -0600 Subject: [PATCH] Add a very basic driver for the CS2100-CP Fractional-N Multipler chip. --- Documentation/NuttxPortingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2f6c63f2c2..171c4a3ce7 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3832,7 +3832,7 @@ void lpwork_restorepriority(uint8_t reqprio);

boardctl() is non-standard OS interface to alleviate the problem. - It basically circumvents the normal device driver ioctl() interlace and allows the application to perform direction IOCTL-like calls to the board-specific logic. + It basically circumvents the normal device driver ioctl() interlace and allows the application to perform direct IOCTL-like calls to the board-specific logic. It is especially useful for setting up board operational and test configurations.