File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
#include " HardwareSerial.h"
27
27
#include " HardwareSerial_private.h"
28
28
29
- // Each HardwareSerial is defined in its own file, sine the linker pulls
29
+ // Each HardwareSerial is defined in its own file, since the linker pulls
30
30
// in the entire file when any element inside is used. --gc-sections can
31
31
// additionally cause unused symbols to be dropped, but ISRs have the
32
32
// "used" attribute so are never dropped and they keep the
Original file line number Diff line number Diff line change 26
26
#include " HardwareSerial.h"
27
27
#include " HardwareSerial_private.h"
28
28
29
- // Each HardwareSerial is defined in its own file, sine the linker pulls
29
+ // Each HardwareSerial is defined in its own file, since the linker pulls
30
30
// in the entire file when any element inside is used. --gc-sections can
31
31
// additionally cause unused symbols to be dropped, but ISRs have the
32
32
// "used" attribute so are never dropped and they keep the
Original file line number Diff line number Diff line change 26
26
#include " HardwareSerial.h"
27
27
#include " HardwareSerial_private.h"
28
28
29
- // Each HardwareSerial is defined in its own file, sine the linker pulls
29
+ // Each HardwareSerial is defined in its own file, since the linker pulls
30
30
// in the entire file when any element inside is used. --gc-sections can
31
31
// additionally cause unused symbols to be dropped, but ISRs have the
32
32
// "used" attribute so are never dropped and they keep the
Original file line number Diff line number Diff line change 26
26
#include " HardwareSerial.h"
27
27
#include " HardwareSerial_private.h"
28
28
29
- // Each HardwareSerial is defined in its own file, sine the linker pulls
29
+ // Each HardwareSerial is defined in its own file, since the linker pulls
30
30
// in the entire file when any element inside is used. --gc-sections can
31
31
// additionally cause unused symbols to be dropped, but ISRs have the
32
32
// "used" attribute so are never dropped and they keep the
You can’t perform that action at this time.
0 commit comments