Skip to content

Commit 1e2de0e

Browse files
committed
🎨 Detab some build files
1 parent cf28f48 commit 1e2de0e

33 files changed

Lines changed: 26834 additions & 26819 deletions

File tree

buildroot/share/PlatformIO/boards/marlin_FYSETC_CHEETAH_V20.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dfu",
5656
"jlink"
5757
],
58-
"offset_address": "0x8008000",
58+
"offset_address": "0x8008000",
5959
"require_upload_port": true,
6060
"use_1200bps_touch": false,
6161
"wait_for_upload_port": false

buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/variant.h

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
*----------------------------------------------------------------------------*/
2525

2626
/** Frequency of the board main oscillator */
27-
#define VARIANT_MAINOSC 12000000
27+
#define VARIANT_MAINOSC 12000000
2828

2929
/** Master clock frequency */
30-
#define VARIANT_MCK 84000000
30+
#define VARIANT_MCK 84000000
3131

3232
/*----------------------------------------------------------------------------
3333
* Headers
@@ -119,13 +119,13 @@ extern "C"{
119119
#define BOARD_SPI_DEFAULT_SS BOARD_SPI_SS3
120120

121121
#define BOARD_PIN_TO_SPI_PIN(x) \
122-
(x==BOARD_SPI_SS0 ? PIN_SPI_SS0 : \
123-
(x==BOARD_SPI_SS1 ? PIN_SPI_SS1 : \
124-
(x==BOARD_SPI_SS2 ? PIN_SPI_SS2 : PIN_SPI_SS3 )))
122+
(x==BOARD_SPI_SS0 ? PIN_SPI_SS0 : \
123+
(x==BOARD_SPI_SS1 ? PIN_SPI_SS1 : \
124+
(x==BOARD_SPI_SS2 ? PIN_SPI_SS2 : PIN_SPI_SS3 )))
125125
#define BOARD_PIN_TO_SPI_CHANNEL(x) \
126-
(x==BOARD_SPI_SS0 ? 0 : \
127-
(x==BOARD_SPI_SS1 ? 1 : \
128-
(x==BOARD_SPI_SS2 ? 2 : 3)))
126+
(x==BOARD_SPI_SS0 ? 0 : \
127+
(x==BOARD_SPI_SS1 ? 1 : \
128+
(x==BOARD_SPI_SS2 ? 2 : 3)))
129129

130130
static const uint8_t SS = BOARD_SPI_SS0;
131131
static const uint8_t SS1 = BOARD_SPI_SS1;
@@ -195,7 +195,7 @@ static const uint8_t DAC0 = 66;
195195
static const uint8_t DAC1 = 67;
196196
static const uint8_t CANRX = 68;
197197
static const uint8_t CANTX = 69;
198-
#define ADC_RESOLUTION 12
198+
#define ADC_RESOLUTION 12
199199

200200
/*
201201
* Complementary CAN pins
@@ -212,21 +212,21 @@ static const uint8_t CAN1TX = 89;
212212
/*
213213
* DACC
214214
*/
215-
#define DACC_INTERFACE DACC
216-
#define DACC_INTERFACE_ID ID_DACC
217-
#define DACC_RESOLUTION 12
215+
#define DACC_INTERFACE DACC
216+
#define DACC_INTERFACE_ID ID_DACC
217+
#define DACC_RESOLUTION 12
218218
#define DACC_ISR_HANDLER DACC_Handler
219219
#define DACC_ISR_ID DACC_IRQn
220220

221221
/*
222222
* PWM
223223
*/
224-
#define PWM_INTERFACE PWM
225-
#define PWM_INTERFACE_ID ID_PWM
226-
#define PWM_FREQUENCY 31000
227-
#define PWM_MAX_DUTY_CYCLE 255
228-
#define PWM_MIN_DUTY_CYCLE 0
229-
#define PWM_RESOLUTION 8
224+
#define PWM_INTERFACE PWM
225+
#define PWM_INTERFACE_ID ID_PWM
226+
#define PWM_FREQUENCY 31000
227+
#define PWM_MAX_DUTY_CYCLE 255
228+
#define PWM_MIN_DUTY_CYCLE 0
229+
#define PWM_RESOLUTION 8
230230

231231
/*
232232
* TC
@@ -236,7 +236,7 @@ static const uint8_t CAN1TX = 89;
236236
#define TC_FREQUENCY 100000
237237
#define TC_MAX_DUTY_CYCLE 255
238238
#define TC_MIN_DUTY_CYCLE 0
239-
#define TC_RESOLUTION 8
239+
#define TC_RESOLUTION 8
240240

241241
#ifdef __cplusplus
242242
}
@@ -281,4 +281,3 @@ extern USARTClass Serial3;
281281
#define SERIAL_PORT_HARDWARE3 Serial3
282282

283283
#endif /* _VARIANT_ARDUINO_DUE_X_ */
284-

buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ extern "C" {
121121
#ifdef __cplusplus
122122
} // extern "C"
123123
#endif
124+
124125
/*----------------------------------------------------------------------------
125126
* Arduino objects - C++ only
126127
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ extern "C" {
272272
#ifdef __cplusplus
273273
} // extern "C"
274274
#endif
275+
275276
/*----------------------------------------------------------------------------
276277
* Arduino objects - C++ only
277278
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_E3_RRF/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ extern "C" {
267267
#ifdef __cplusplus
268268
} // extern "C"
269269
#endif
270+
270271
/*----------------------------------------------------------------------------
271272
* Arduino objects - C++ only
272273
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_GTR_V1/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ extern "C" {
295295
#ifdef __cplusplus
296296
} // extern "C"
297297
#endif
298+
298299
/*----------------------------------------------------------------------------
299300
* Arduino objects - C++ only
300301
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_SKR_PRO_11/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ extern "C" {
295295
#ifdef __cplusplus
296296
} // extern "C"
297297
#endif
298+
298299
/*----------------------------------------------------------------------------
299300
* Arduino objects - C++ only
300301
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_BTT_SKR_SE_BX/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ extern "C" {
195195
#ifdef __cplusplus
196196
} // extern "C"
197197
#endif
198+
198199
/*----------------------------------------------------------------------------
199200
* Arduino objects - C++ only
200201
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RC/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ extern "C" {
123123
#ifdef __cplusplus
124124
} // extern "C"
125125
#endif
126+
126127
/*----------------------------------------------------------------------------
127128
* Arduino objects - C++ only
128129
*----------------------------------------------------------------------------*/

buildroot/share/PlatformIO/variants/MARLIN_F103Rx/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ extern "C" {
148148
#ifdef __cplusplus
149149
} // extern "C"
150150
#endif
151+
151152
/*----------------------------------------------------------------------------
152153
* Arduino objects - C++ only
153154
*----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)