summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pwm.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-13 23:37:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-13 23:37:52 +0000
commit2bdc64a2f96ff952826ad25aecd426f6788c7c31 (patch)
treefce7e1dbc3f08e5a77176beec2f13ace660be492 /nuttx/drivers/pwm.c
parente571e66c5de89d7c94c4bb69381da568e698787e (diff)
downloadnuttx-2bdc64a2f96ff952826ad25aecd426f6788c7c31.tar.gz
nuttx-2bdc64a2f96ff952826ad25aecd426f6788c7c31.tar.bz2
nuttx-2bdc64a2f96ff952826ad25aecd426f6788c7c31.zip
Add an upper half watchdog timer driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4604 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/pwm.c')
-rw-r--r--nuttx/drivers/pwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/pwm.c b/nuttx/drivers/pwm.c
index 78b800634..62fb4d2fb 100644
--- a/nuttx/drivers/pwm.c
+++ b/nuttx/drivers/pwm.c
@@ -1,7 +1,7 @@
/****************************************************************************
* drivers/pwm.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -85,7 +85,7 @@
* Private Type Definitions
****************************************************************************/
-/* This structure describes the state of the upper half drivere */
+/* This structure describes the state of the upper half driver */
struct pwm_upperhalf_s
{