Skip to content

Commit

Permalink
Update Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored Apr 7, 2024
1 parent 3fd850e commit 2dec5be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
*/
#pragma once

// The Octopus Pro V1 has shipped with both STM32F4 and STM32H7 MCUs.
// Ensure the correct env_validate.h file is included based on the build environment used.
#if NOT_TARGET(STM32H7)
#include "env_validate.h"
#else
Expand Down

0 comments on commit 2dec5be

Please sign in to comment.