Skip to content

Commit 0773e35

Browse files
committed
update github actions xtensa cache id; fix a typo
1 parent 03a4f85 commit 0773e35

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
@@ -506,7 +506,7 @@ jobs:
506506
id: idf-cache
507507
with:
508508
path: ${{ github.workspace }}/.idf_tools
509-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210422
509+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
510510
- name: Clone IDF submodules
511511
run: |
512512
(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)