Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
2 deletions
-
buildroot/share/PlatformIO/variants/MARLIN_FYSETC_S6/variant.h
-
platformio.ini
|
|
@ -114,7 +114,7 @@ extern "C" { |
|
|
|
#define NUM_ANALOG_INPUTS 7 |
|
|
|
#define NUM_ANALOG_FIRST 80 |
|
|
|
|
|
|
|
#define ADC_RESOLUTION 12 |
|
|
|
//#define ADC_RESOLUTION 12
|
|
|
|
|
|
|
|
// PWM resolution
|
|
|
|
//#define PWM_RESOLUTION 12
|
|
|
|
|
|
@ -725,6 +725,7 @@ build_flags = ${common.build_flags} |
|
|
|
-std=gnu++14 |
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
-DTIM_IRQ_PRIO=13 |
|
|
|
-DADC_RESOLUTION=12 |
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/backtrace> |
|
|
|
|
|
|
|