diff --git a/radio/src/bootloader/Makefile b/radio/src/bootloader/Makefile index 1e5fa0730..8ebc1362b 100644 --- a/radio/src/bootloader/Makefile +++ b/radio/src/bootloader/Makefile @@ -121,6 +121,8 @@ else CPPDEFS += -DREV3 else ifeq ($(PCBREV), REV4a) CPPDEFS += -DREV4a + else ifeq ($(PCBREV), REVPLUS) + CPPDEFS += -DREVPLUS else CPPDEFS += -DREV4 endif