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