HAL cleanup, Teensy 3.1 platform
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef HAL_PINSDEBUG_TEENSY_H
|
||||
#pragma once
|
||||
|
||||
#define NUMBER_PINS_TOTAL NUM_DIGITAL_PINS
|
||||
#define MULTI_NAME_PAD 16 // space needed to be pretty if not first name assigned to a pin
|
||||
@@ -103,5 +102,3 @@ bool HAL_pwm_status(int8_t pin) {
|
||||
}
|
||||
|
||||
static void HAL_pwm_details(uint8_t pin) { /* TODO */ }
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user