Skip to content

Commit c6b9885

Browse files
authored
Merge pull request #4721 from dhalbert/update-xtensa-cache-id
update github actions xtensa cache id; fix a typo
2 parents ebf9dcb + 0773e35 commit c6b9885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
id: idf-cache
506506
with:
507507
path: ${{ github.workspace }}/.idf_tools
508-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210422
508+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
509509
- name: Clone IDF submodules
510510
run: |
511511
(cd $IDF_PATH && git submodule update --init)

shared-bindings/gamepadshift/GamePadShift.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//| The ``clock``, ``data`` and ``latch`` parameters are ``DigitalInOut``
4343
//| objects connected to the shift register controlling the buttons.
4444
//|
45-
//| They button presses are accumulated, until the ``get_pressed`` method
45+
//| The button presses are accumulated, until the ``get_pressed`` method
4646
//| is called, at which point the button state is cleared, and the new
4747
//| button presses start to be recorded.
4848
//|

0 commit comments

Comments
 (0)