mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 17:44:38 +02:00
style(pre-commit): unrelated changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import argparse
|
import argparse
|
||||||
import re
|
import re
|
||||||
from os.path import join, normpath, dirname, relpath, exists
|
from os.path import dirname, exists, join, normpath, relpath
|
||||||
|
|
||||||
CLANG_TIDY_REGEX = re.compile(r'(.+|[a-zA-Z]:\\\\.+):([0-9]+):([0-9]+): ([^:]+): (.+)')
|
CLANG_TIDY_REGEX = re.compile(r'(.+|[a-zA-Z]:\\\\.+):([0-9]+):([0-9]+): ([^:]+): (.+)')
|
||||||
|
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
TEST_COMPONENTS=fatfs
|
TEST_COMPONENTS=fatfs
|
||||||
CONFIG_FATFS_USE_FASTSEEK=y
|
CONFIG_FATFS_USE_FASTSEEK=y
|
||||||
CONFIG_FATFS_FAST_SEEK_BUFFER_SIZE=64
|
CONFIG_FATFS_FAST_SEEK_BUFFER_SIZE=64
|
||||||
|
Reference in New Issue
Block a user