Pins post-process header (#19860)

This commit is contained in:
Scott Lahteine
2020-10-23 14:52:59 -05:00
committed by GitHub
parent 0ffee29a11
commit 0967c87a8f
3 changed files with 881 additions and 855 deletions

View File

@ -24,15 +24,9 @@
#include <stdint.h>
#include <driver/timer.h>
// Includes needed to get I2S_STEPPER_STREAM. Note that pins.h
// is included in case this header is being included early.
#include "../../inc/MarlinConfig.h"
#include "../../pins/pins.h"
// ------------------------
// Defines
// ------------------------
//
#define FORCE_INLINE __attribute__((always_inline)) inline
typedef uint64_t hal_timer_t;