0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-23 01:58:59 +00:00

🔨 Fix HC32 preflight (#26912)

This commit is contained in:
Chris 2024-03-27 20:39:54 +01:00 committed by GitHub
parent cd357b0278
commit d3e1a92b84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
#ifndef ENV_VALIDATE_H
#define ENV_VALIDATE_H
#ifndef ARDUINO_ARCH_HC32
#if NOT_TARGET(ARDUINO_ARCH_HC32)
#error "Oops! Select an HC32F460 board in 'Tools > Board.'"
#endif