Skip to content

Commit

Permalink
Merge pull request #554 from particle-iot/ch31356/create-cpp-file-vs-…
Browse files Browse the repository at this point in the history
…ino-when-creating-a-project

Include Particle.h in preprocessed cpp file
  • Loading branch information
busticated authored Feb 14, 2020
2 parents 8fe215b + 3f28e7b commit b2f0d51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"softap-setup": "^4.1.0",
"temp": "^0.9.1",
"verror": "^1.10.0",
"wiring-preprocessor": "^2.0.2",
"wiring-preprocessor": "^2.1.0",
"xtend": "^4.0.2",
"yargs": "^5.0.0",
"yeoman-environment": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/preprocess.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Preprocess Commands', () => {
'// THIS IS A GENERATED FILE - DO NOT EDIT //',
'/******************************************************/',
'',
'#include "application.h"',
'#include "Particle.h"',
`#line 1 "${PATH_PROJ_STROBY_INO}"`
];
const help = [
Expand Down

0 comments on commit b2f0d51

Please sign in to comment.