diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 11:40:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 11:40:09 +0000 |
commit | 99563ecc3d5290e1d09b0698ce1ad6196a05fef4 (patch) | |
tree | 6afdca3e93b6ac2b169be31bd35bd6368fc02aa1 /os/hal/platforms/AT91SAM7/pal_lld.c | |
parent | fe24da9fcca4967e58b25a2698c46717995de0ad (diff) | |
download | ChibiOS-99563ecc3d5290e1d09b0698ce1ad6196a05fef4.tar.gz ChibiOS-99563ecc3d5290e1d09b0698ce1ad6196a05fef4.tar.bz2 ChibiOS-99563ecc3d5290e1d09b0698ce1ad6196a05fef4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1474 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AT91SAM7/pal_lld.c')
-rw-r--r-- | os/hal/platforms/AT91SAM7/pal_lld.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/os/hal/platforms/AT91SAM7/pal_lld.c b/os/hal/platforms/AT91SAM7/pal_lld.c index 7cc03b925..60fbb9899 100644 --- a/os/hal/platforms/AT91SAM7/pal_lld.c +++ b/os/hal/platforms/AT91SAM7/pal_lld.c @@ -29,6 +29,26 @@ #if CH_HAL_USE_PAL || defined(__DOXYGEN__)
+/*===========================================================================*/
+/* Driver exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local functions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver interrupt handlers. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver exported functions. */
+/*===========================================================================*/
+
/**
* @brief AT91SAM7 I/O ports configuration.
* @details PIO registers initialization.
|