diff options
Diffstat (limited to 'hwdef-emisar-d4v2.h')
| -rw-r--r-- | hwdef-emisar-d4v2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdef-emisar-d4v2.h b/hwdef-emisar-d4v2.h index e9ffe11..813dbf3 100644 --- a/hwdef-emisar-d4v2.h +++ b/hwdef-emisar-d4v2.h @@ -1,5 +1,5 @@ // hwdef for Emisar D4v2 (attiny1634) -// Copyright (C) 2018 Selene ToyKeeper +// Copyright (C) 2018-2023 Selene ToyKeeper // SPDX-License-Identifier: GPL-3.0-or-later #pragma once @@ -73,7 +73,7 @@ #define PWM_GET PWM_GET8 #define PWM_DATATYPE uint16_t // is used for PWM_TOPS (which goes way over 255) #define PWM_DATATYPE2 uint16_t // only needs 32-bit if ramp values go over 255 -#define PWM1_DATATYPE uint8_t // linear ramp +#define PWM1_DATATYPE uint8_t // 1x7135 ramp #define PWM2_DATATYPE uint8_t // DD FET ramp // PWM parameters of both channels are tied together because they share a counter |
