Browse Source

Use lib include for bit_constants.h

Scott Lahteine 6 years ago
parent
commit
77b4176152
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL_STM32F1/binary.h

+ 1
- 1
Marlin/src/HAL/HAL_STM32F1/binary.h View File

@@ -1 +1 @@
1
-#include "bit_constants.h"
1
+#include <bit_constants.h>

Loading…
Cancel
Save