aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converter/m0110_usb/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h
index 2f63a3a49..32a59e1d4 100644
--- a/converter/m0110_usb/config.h
+++ b/converter/m0110_usb/config.h
@@ -53,10 +53,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
53#define M0110_CLOCK_PORT PORTD 53#define M0110_CLOCK_PORT PORTD
54#define M0110_CLOCK_PIN PIND 54#define M0110_CLOCK_PIN PIND
55#define M0110_CLOCK_DDR DDRD 55#define M0110_CLOCK_DDR DDRD
56#define M0110_CLOCK_BIT 0 56#define M0110_CLOCK_BIT 1
57#define M0110_DATA_PORT PORTD 57#define M0110_DATA_PORT PORTD
58#define M0110_DATA_PIN PIND 58#define M0110_DATA_PIN PIND
59#define M0110_DATA_DDR DDRD 59#define M0110_DATA_DDR DDRD
60#define M0110_DATA_BIT 1 60#define M0110_DATA_BIT 0
61 61
62#endif 62#endif