diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-21 14:29:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-21 14:29:42 +0000 |
commit | de5dcbba856524599a8f06d3a9bdbf1b01db44c2 (patch) | |
tree | 733590eac072fce42d023617c8ca7cedfe17f398 /os/hal/platforms/AVR/pal_lld.h | |
parent | b316c6ddae889dd598efa6f98b2ceeec7f53a0a4 (diff) | |
download | ChibiOS-de5dcbba856524599a8f06d3a9bdbf1b01db44c2.tar.gz ChibiOS-de5dcbba856524599a8f06d3a9bdbf1b01db44c2.tar.bz2 ChibiOS-de5dcbba856524599a8f06d3a9bdbf1b01db44c2.zip |
License text updated with new year.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AVR/pal_lld.h')
-rw-r--r-- | os/hal/platforms/AVR/pal_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/AVR/pal_lld.h b/os/hal/platforms/AVR/pal_lld.h index b04241dbf..b0592d816 100644 --- a/os/hal/platforms/AVR/pal_lld.h +++ b/os/hal/platforms/AVR/pal_lld.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -105,7 +105,7 @@ typedef struct { } PALConfig;
/**
- * @brief Digital I/O port sized unsigned type. + * @brief Digital I/O port sized unsigned type.
*/
typedef uint8_t ioportmask_t;
@@ -118,7 +118,7 @@ typedef uint8_t iomode_t; * @brief Port Identifier.
* @details This type can be a scalar or some kind of pointer, do not make
* any assumption about it, use the provided macros when populating
- * variables of this type. + * variables of this type.
*/
typedef avr_gpio_registers_t *ioportid_t;
|