Tweak HAL heading

This commit is contained in:
Scott Lahteine 2018-06-12 17:27:48 -05:00
parent cf53e502a2
commit a9861a780e
2 changed files with 0 additions and 14 deletions

View file

@ -20,13 +20,6 @@
****************************************************************************/
/**
* Description: HAL for AVR
*
* For __AVR__
*/
#ifdef __AVR__
// --------------------------------------------------------------------------

View file

@ -19,13 +19,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/
/**
* Description: HAL for AVR
*
* For __AVR__
*/
#ifndef _HAL_AVR_H_
#define _HAL_AVR_H_