Adjust HAL platform defines, comments
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user