Update NxWidgets version number

This commit is contained in:
Gregory Nutt 2017-11-07 13:17:10 -06:00
parent 56eac96d2f
commit b076ff36cb
2 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NxWidgets</i></font></big></h1>
<p>Last Updated: March 27, 2012</p>
<p>Last Updated: November 7, 2017</p>
</td>
</tr>
</table>
<h1>NXWidgets</h1>
<h1>NxWidgets</h1>
<p>
In order to better support NuttX based platforms, a special graphical userinterface has been created called NXWidgets.
NXWidgets is written in C++ and integrates seamlessly with the NuttX <a href="NXGraphicsSubsystem.html">NX graphics subsystem</a> in order to provide graphic objects, or &quot;widgets,&quot; in the NX Graphics Subsystem
@ -61,10 +61,10 @@
</p>
<ul>
<li>
<b>NxWidgets-1.15</b>:
<a href="http://nuttx.org/nxwidgets_v1_15/index.html">Documentation</a>,
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.15/">Release notes</a>, and
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.15/">Downloads</a>
<b>NxWidgets-1.18</b>:
<a href="http://nuttx.org/nxwidgets_v1_18/index.html">Documentation</a>,
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.18/">Release notes</a>, and
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.18/">Downloads</a>
</li>
</p>
<p>

View File

@ -2279,7 +2279,7 @@ errout:
struct adc_dev_s *stm32_adcinitialize(int intf, FAR const uint8_t *chanlist,
int channels)
{
FAR struct adc_dev_s *dev;
FAR struct adc_dev_s *dev;
FAR struct stm32_dev_s *priv;
uint8_t cr_channels = 0;
uint8_t cj_channels = 0;
@ -2328,7 +2328,7 @@ struct adc_dev_s *stm32_adcinitialize(int intf, FAR const uint8_t *chanlist,
memcpy(priv->r_chanlist, chanlist, cr_channels);
#ifdef ADC_HAVE_INJECTED
/* Configur injected channels */
/* Configure injected channels */
DEBUGASSERT(cj_channels <= ADC_INJ_MAX_SAMPLES);