Skip to content

Commit c2eb6fd

Browse files
committed
Test editing dummy
1 parent 9f83a16 commit c2eb6fd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ repos:
1313
args: [--fix=lf]
1414
- id: trailing-whitespace
1515
args: [--markdown-linebreak-ext=md]
16-
- repo: https://github.com/pre-commit/mirrors-clang-format
17-
rev: 'v15.0.7'
18-
hooks:
19-
- id: clang-format
20-
files: \.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(ino))$
2116
- repo: https://github.com/codespell-project/codespell
2217
rev: v2.2.4
2318
hooks:
2419
- id: codespell
2520
additional_dependencies:
2621
- tomli
22+
- repo: https://github.com/pre-commit/mirrors-clang-format
23+
rev: 'v15.0.7'
24+
hooks:
25+
- id: clang-format
26+
files: \.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(ino))$
2727
- repo: https://github.com/psf/black-pre-commit-mirror
2828
rev: 22.10.0
2929
hooks:

Diff for: cores/esp32/dummy3.c

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "hal/gpio_hal.h"
1818
#include "soc/soc_caps.h"
1919

20+
2021
// It fixes lack of pin definition for S3 and for any future SoC
2122
// this function works for ESP32, ESP32-S2 and ESP32-S3 - including the C3, it will return -1 for any pin
2223
#if SOC_TOUCH_SENSOR_NUM > 0

0 commit comments

Comments
 (0)