Skip to content

Commit

Permalink
fix: hc32 env_validate failing preflight checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow578 committed Mar 27, 2024
1 parent 9e879a5 commit 102b6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/hc32f4/env_validate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 102b6ad

Please sign in to comment.