diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-11 18:51:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-11 18:51:10 +0000 |
commit | 27654c1bb64c74f7b5b5516945b24e1793ed8c12 (patch) | |
tree | cb1cd10ba93432509ef53e7c5dee8c1828d46368 /os/hal/platforms/STM8L/hal_lld.h | |
parent | 009e8d28c38ef6b6797318aee29ca90910753988 (diff) | |
download | ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.tar.gz ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.tar.bz2 ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.zip |
STM8L platform support (not tested yet).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2347 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8L/hal_lld.h')
-rw-r--r-- | os/hal/platforms/STM8L/hal_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/STM8L/hal_lld.h b/os/hal/platforms/STM8L/hal_lld.h index 891f2650b..8d658e6dc 100644 --- a/os/hal/platforms/STM8L/hal_lld.h +++ b/os/hal/platforms/STM8L/hal_lld.h @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* @file STM8L/hal_lld.h
* @brief STM8L HAL subsystem low level driver source.
|