diff options
| author | Sudar <sudar@sudarmuthu.com> | 2015-01-23 15:23:55 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-01-23 15:23:55 +0530 |
| commit | 27ed197accd379d7a19b2f414bb26dea61b8576c (patch) | |
| tree | ba86d0364dcd3a7d33855ff6171da4adf0f59ebc /README.md | |
| parent | 131809e5085a57a41da14aec68a3467a1a109115 (diff) | |
| parent | a6505e6da83f85c5a365ff7729775954bd5d51e7 (diff) | |
Merge pull request #315 from sej7278/master
Get all the commits before #313
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ Then, the following line must be added to the project Makefile : ``` check-syntax: - $(CXX_NAME) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) + $(CXX) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) ``` ## Test Suite |
