From 11d233867d137cee35cbdf867294e6094a7a8e85 Mon Sep 17 00:00:00 2001 From: IOsetting Date: Tue, 24 Jan 2023 02:44:12 +0800 Subject: [PATCH] refactor: remove irrelevant code --- Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h b/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h index 0af9eec..cbbd4ee 100755 --- a/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h +++ b/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h @@ -26,12 +26,6 @@ extern C { #include "main.h" #include "ascii_fonts.h" - -#define SSD1306_SCL_PORT GPIOA -#define SSD1306_SCL_PIN GPIO_PIN_1 -#define SSD1306_SDA_PORT GPIOA -#define SSD1306_SDA_PIN GPIO_PIN_4 - /* I2C address * address: 7 bit slave address, left aligned, bits 7:1 are used, LSB bit is not used */