rf_path: Realign scu_pinmux calls.
This commit is contained in:
@ -33,8 +33,10 @@ static void portapack_sleep_milliseconds(const uint32_t milliseconds) {
|
|||||||
|
|
||||||
static struct gpio_t gpio_io_stbx = GPIO(5, 0); /* P2_0 */
|
static struct gpio_t gpio_io_stbx = GPIO(5, 0); /* P2_0 */
|
||||||
static struct gpio_t gpio_addr = GPIO(5, 1); /* P2_1 */
|
static struct gpio_t gpio_addr = GPIO(5, 1); /* P2_1 */
|
||||||
__attribute__((unused)) static struct gpio_t gpio_lcd_te = GPIO(5, 3); /* P2_3 */
|
__attribute__((unused))
|
||||||
__attribute__((unused)) static struct gpio_t gpio_unused = GPIO(5, 7); /* P2_8 */
|
static struct gpio_t gpio_lcd_te = GPIO(5, 3); /* P2_3 */
|
||||||
|
__attribute__((unused))
|
||||||
|
static struct gpio_t gpio_unused = GPIO(5, 7); /* P2_8 */
|
||||||
static struct gpio_t gpio_lcd_rdx = GPIO(5, 4); /* P2_4 */
|
static struct gpio_t gpio_lcd_rdx = GPIO(5, 4); /* P2_4 */
|
||||||
static struct gpio_t gpio_lcd_wrx = GPIO(1, 10); /* P2_9 */
|
static struct gpio_t gpio_lcd_wrx = GPIO(1, 10); /* P2_9 */
|
||||||
static struct gpio_t gpio_dir = GPIO(1, 13); /* P2_13 */
|
static struct gpio_t gpio_dir = GPIO(1, 13); /* P2_13 */
|
||||||
|
Reference in New Issue
Block a user