Adjust HAL platform defines, comments

This commit is contained in:
Scott Lahteine
2020-10-02 17:05:45 -05:00
committed by Scott Lahteine
parent 8d090cbdbb
commit 4d1357e318
44 changed files with 106 additions and 78 deletions

View File

@@ -22,7 +22,7 @@
#pragma once
/**
* Description: HAL for Teensy 3.5 and Teensy 3.6
* HAL for Teensy 3.2 (MK20DX256)
*/
#define CPU_32_BIT
@@ -44,8 +44,9 @@
//#undef MOTHERBOARD
//#define MOTHERBOARD BOARD_TEENSY31_32
#ifdef __MK20DX256__
#define IS_32BIT_TEENSY 1
#define IS_32BIT_TEENSY 1
#define IS_TEENSY_31_32 1
#ifndef IS_TEENSY31
#define IS_TEENSY32 1
#endif