shadow578 / Marlin-H32

Marlin for HC32F460 based printers (now in upstream)
http://marlinfw.org
GNU General Public License v3.0
13 stars 7 forks source link

Move F_CPU warning to an error #63

Closed classicrocker883 closed 4 months ago

classicrocker883 commented 4 months ago

Description

maybe this warning should be F_CPU != 200000000 instead?
and moved to HAL/HC32/inc/SanityCheck.h as an #error

Requirements

Benefits

might work better as !=200000000

Configurations

Related Issues

shadow578 commented 4 months ago

I'm currently working on a PR that will remove the error since imo it doesn't make much sense.

See https://github.com/MarlinFirmware/Marlin/pull/27099#issuecomment-2118372324