aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/pwm.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-13 23:37:52 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-13 23:37:52 +0000
commit81339344802a755fdc3738bada9f5df2bd6fa3da (patch)
treefce7e1dbc3f08e5a77176beec2f13ace660be492 /nuttx/drivers/pwm.c
parenta48bc673822313947dfe6e9f06804e4cd2ed9464 (diff)
downloadpx4-firmware-81339344802a755fdc3738bada9f5df2bd6fa3da.tar.gz
px4-firmware-81339344802a755fdc3738bada9f5df2bd6fa3da.tar.bz2
px4-firmware-81339344802a755fdc3738bada9f5df2bd6fa3da.zip
Add an upper half watchdog timer driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4604 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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
{