aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-03-15 08:04:59 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-03-15 08:04:59 +0000
commit4ed8683d35a453360cb76d4e257f0c982311416a (patch)
treeb21492809c65ad4ff6ed1e3e889ae5958e1062fd /testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c
parentb300b61ee0ba70abb293a3724993492625716f4f (diff)
downloadChibiOS-4ed8683d35a453360cb76d4e257f0c982311416a.tar.gz
ChibiOS-4ed8683d35a453360cb76d4e257f0c982311416a.tar.bz2
ChibiOS-4ed8683d35a453360cb76d4e257f0c982311416a.zip
AVR: Update the multi.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11761 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c')
-rw-r--r--testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c51
1 files changed, 0 insertions, 51 deletions
diff --git a/testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c b/testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c
deleted file mode 100644
index 6315515a0..000000000
--- a/testhal/AVR/multi/PAL/cfg-arduino_mega/portab.c
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-
-/**
- * @file portab.c
- * @brief Application portability module code.
- *
- * @addtogroup application_portability
- * @{
- */
-
-#include "portab.h"
-
-/*===========================================================================*/
-/* Module local definitions. */
-/*===========================================================================*/
-
-/*===========================================================================*/
-/* Module exported variables. */
-/*===========================================================================*/
-
-/*===========================================================================*/
-/* Module local types. */
-/*===========================================================================*/
-
-/*===========================================================================*/
-/* Module local variables. */
-/*===========================================================================*/
-
-/*===========================================================================*/
-/* Module local functions. */
-/*===========================================================================*/
-
-/*===========================================================================*/
-/* Module exported functions. */
-/*===========================================================================*/
-
-/** @} */