Skip to content

Commit a4be568

Browse files
committed
Remove redundant definitions.
1 parent c72c3f7 commit a4be568

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

fw/AIRDOS03_USTDFF/src/main.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <Arduino.h>
22
#define TYPE "AIRDOS03B"
3-
#define ADCTYPE "USTSIPIN03A"
3+
#define ADCTYPE "USTSIPIN03C"
44

55
#define MAJOR 1
66
#define MINOR 2
@@ -19,15 +19,6 @@ String FWversion = XSTR(MAJOR)"."XSTR(MINOR)"."XSTR(GHRELEASE)"-"XSTR(GHBUILD)"-
1919
#define CONV 0 // PB0, ADC CONV signal
2020
#define DRESET 22 // PC6, ADC CONV command
2121
#define DSET 23 // PC7, ADC chip enable
22-
#ifndef PIN_LED_RED
23-
#define PIN_LED_RED 21
24-
#endif
25-
#ifndef PIN_LED_BLUE
26-
#define PIN_LED_BLUE 22
27-
#endif
28-
#ifndef PIN_LED_GREEN
29-
#define PIN_LED_GREEN 23
30-
#endif
3122
#define LED1 PIN_LED_RED // red
3223
#define LED2 PIN_LED_BLUE // blue
3324
#define LED3 PIN_LED_GREEN // green

0 commit comments

Comments
 (0)