mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Minor typo fixes
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* This is a value for the threshold that guantees a big difference on the
|
/* This is a value for the threshold that guarantees a big difference on the
|
||||||
* first pendown (but can't overflow).
|
* first pendown (but can't overflow).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
/* This describes the state of one contact */
|
/* This describes the state of one contact */
|
||||||
|
|
||||||
enum ads7843e_contact_3
|
enum ads7843e_contact_e
|
||||||
{
|
{
|
||||||
CONTACT_NONE = 0, /* No contact */
|
CONTACT_NONE = 0, /* No contact */
|
||||||
CONTACT_DOWN, /* First contact */
|
CONTACT_DOWN, /* First contact */
|
||||||
|
|||||||
Reference in New Issue
Block a user