From 269332dc219fb0c5709419e04bc605972b1203c5 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 6 Dec 2021 17:37:24 +0000 Subject: [PATCH] rename pybstick26_rp2040.h to garatronic_pybstick26_rp2040.h (#675) --- ...pybstick26_rp2040.h => garatronic_pybstick26_rp2040.h} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/boards/include/boards/{pybstick26_rp2040.h => garatronic_pybstick26_rp2040.h} (90%) diff --git a/src/boards/include/boards/pybstick26_rp2040.h b/src/boards/include/boards/garatronic_pybstick26_rp2040.h similarity index 90% rename from src/boards/include/boards/pybstick26_rp2040.h rename to src/boards/include/boards/garatronic_pybstick26_rp2040.h index 8a9ca41..d1c0298 100644 --- a/src/boards/include/boards/pybstick26_rp2040.h +++ b/src/boards/include/boards/garatronic_pybstick26_rp2040.h @@ -9,11 +9,11 @@ // SHOULD ONLY CONSIST OF PREPROCESSOR DIRECTIVES // ----------------------------------------------------- -#ifndef _BOARDS_PYBSTICK26_RP2040_H -#define _BOARDS_PYBSTICK26_RP2040_H +#ifndef _BOARDS_GARATRONIC_PYBSTICK26_RP2040_H +#define _BOARDS_GARATRONIC_PYBSTICK26_RP2040_H // For board detection -#define PYBSTICK26_RP2040 +#define GARATRONIC_PYBSTICK26_RP2040 // --- UART --- #ifndef PICO_DEFAULT_UART @@ -82,4 +82,4 @@ #endif #endif -// of #define _BOARDS_PYBSTICK26_RP2040_H +// of #define _BOARDS_GARATRONIC_PYBSTICK26_RP2040_H