File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1262,7 +1262,7 @@ $(OBJDIR)/%.s: %.ino $(COMMON_DEPS) | $(OBJDIR)
1262
1262
1263
1263
$(OBJDIR ) /% .s : % .cpp $(COMMON_DEPS ) | $(OBJDIR )
1264
1264
@$(MKDIR ) $(dir $@ )
1265
- $(CXX ) -x c++ -include $( ARDUINO_HEADER ) - MMD -S -fverbose-asm $(CPPFLAGS ) $(CXXFLAGS ) $< -o $@
1265
+ $(CXX ) -x c++ -MMD -S -fverbose-asm $(CPPFLAGS ) $(CXXFLAGS ) $< -o $@
1266
1266
1267
1267
# core files
1268
1268
$(OBJDIR ) /core/% .c.o : $(ARDUINO_CORE_PATH ) /% .c $(COMMON_DEPS ) | $(OBJDIR )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The following is the rough list of changes that went into different versions.
5
5
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
6
6
7
7
### In Development
8
+ - Fix: Do not include the Arduino header when calling generate_assembly on .cpp files. (https://github.com/Batchyx )
8
9
9
10
### 1.5.2 (2017-01-11)
10
11
You can’t perform that action at this time.
0 commit comments