diff options
| author | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 15:23:38 +1000 |
|---|---|---|
| committer | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 15:23:38 +1000 |
| commit | bfa5cd9c13e308df5462653a53fe99eeb0543bc3 (patch) | |
| tree | 8655ba7f7a099f0705df220260ca0d1453d7e116 /locale/en_US.po | |
| parent | 54eb6d39e467e99a214c4ff2b19d061182de4fd0 (diff) | |
refactor countio based on feedback
Diffstat (limited to 'locale/en_US.po')
| -rw-r--r-- | locale/en_US.po | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/en_US.po b/locale/en_US.po index 428a9c475..c72e6d0c9 100644 --- a/locale/en_US.po +++ b/locale/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-27 18:34-0700\n" +"POT-Creation-Date: 2020-05-05 14:57+1000\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -244,6 +244,7 @@ msgstr "" msgid "3-arg pow() not supported" msgstr "" +#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c msgid "A hardware interrupt channel is already in use" msgstr "" @@ -1197,6 +1198,10 @@ msgstr "" msgid "Pin does not have ADC capabilities" msgstr "" +#: ports/atmel-samd/common-hal/countio/Counter.c +msgid "Pin must support hardware interrupts" +msgstr "" + #: ports/stm/common-hal/pulseio/PulseIn.c msgid "Pin number already reserved by EXTI" msgstr "" |
