Include pins.h in dependencies script (#19468)

This commit is contained in:
Victor Oliveira 2020-09-23 17:06:36 -03:00 committed by GitHub
parent 362145f608
commit 90bc1993b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
169 changed files with 213 additions and 181 deletions

View file

@ -238,7 +238,7 @@ def load_marlin_features():
else:
cmd += ['-D' + s]
cmd += ['-w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h']
cmd += ['-D__MARLIN_PREBUILD__ -w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h']
cmd = ' '.join(cmd)
blab(cmd)
define_list = subprocess.check_output(cmd, shell=True).splitlines()