diff options
author | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:11:13 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:11:13 -0500 |
commit | 65f1968b755855315b931b4b8fa45747576d6536 (patch) | |
tree | 77f4cf88950d90182f57c73f69027b4d39375d64 /cores/arduino/wiring_digital.c | |
parent | f47a97522dc28c16c432422e3085035de69cfaf6 (diff) | |
parent | a1c76c0651192587f495d88b419553edd12a4881 (diff) |
Merge tag '1.8.4' into upstream-1.8.4
Diffstat (limited to 'cores/arduino/wiring_digital.c')
-rw-r--r-- | cores/arduino/wiring_digital.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/wiring_digital.c b/cores/arduino/wiring_digital.c index 27a62fc..432a150 100644 --- a/cores/arduino/wiring_digital.c +++ b/cores/arduino/wiring_digital.c @@ -67,7 +67,7 @@ void pinMode(uint8_t pin, uint8_t mode) // // Mark Sproul: // - Removed inline. Save 170 bytes on atmega1280 -// - changed to a switch statment; added 32 bytes but much easier to read and maintain. +// - changed to a switch statement; added 32 bytes but much easier to read and maintain. // - Added more #ifdefs, now compiles for atmega645 // //static inline void turnOffPWM(uint8_t timer) __attribute__ ((always_inline)); |