From 282bc3a8f0c8357737dda060c24abb439763ffd6 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sat, 20 Jan 2018 22:33:54 +0000 Subject: AVR: Cleanup code source. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11377 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/hal_lld.h | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U') diff --git a/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/hal_lld.h b/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/hal_lld.h index 11d00d915..5e21ba4c3 100644 --- a/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/hal_lld.h +++ b/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/hal_lld.h @@ -25,9 +25,9 @@ #ifndef HAL_LLD_H #define HAL_LLD_H -/*===========================================================================*/ -/* Driver constants. */ -/*===========================================================================*/ +/*==========================================================================*/ +/* Driver constants. */ +/*==========================================================================*/ /** * @brief Defines the support for realtime counters in the HAL. @@ -39,25 +39,25 @@ */ #define PLATFORM_NAME "AVR XMEGA" -/*===========================================================================*/ -/* Driver pre-compile time settings. */ -/*===========================================================================*/ +/*==========================================================================*/ +/* Driver pre-compile time settings. */ +/*==========================================================================*/ -/*===========================================================================*/ -/* Derived constants and error checks. */ -/*===========================================================================*/ +/*==========================================================================*/ +/* Derived constants and error checks. */ +/*==========================================================================*/ -/*===========================================================================*/ -/* Driver data structures and types. */ -/*===========================================================================*/ +/*==========================================================================*/ +/* Driver data structures and types. */ +/*==========================================================================*/ -/*===========================================================================*/ -/* Driver macros. */ -/*===========================================================================*/ +/*==========================================================================*/ +/* Driver macros. */ +/*==========================================================================*/ -/*===========================================================================*/ -/* External declarations. */ -/*===========================================================================*/ +/*==========================================================================*/ +/* External declarations. */ +/*==========================================================================*/ #ifdef __cplusplus extern "C" { -- cgit v1.2.3