Skip to content

Commit

Permalink
ci: Fixed an issue with document compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ustccw committed Oct 21, 2024
1 parent 7ef42c4 commit f0f9917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
############
.patterns-docs: &patterns-docs
- "docs/**/*"
- "components/at/include/*"

.patterns-src: &patterns-src
- "bootloader_components/**/*"
Expand Down
2 changes: 1 addition & 1 deletion components/at/include/esp_at_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ int32_t esp_at_get_core_version(char *buffer, uint32_t size);
* @brief Mount FATFS partition
*
* @note if you want to use FATFS, you should enable "AT FS command support" in menuconfig first.
* @note esp-at uses a fixed partition for the filesystem, which defined in esp-at/module_config/<your_module_config>/at_customize.csv,
* @note esp-at uses a fixed partition for the filesystem, which defined in esp-at/module_config/$your_module_config/at_customize.csv,
* and uses a fixed mount point "/fatfs".
* @note when using FATFS, you should call this function to mount the partition first,
* and call at_fatfs_unmount() to unmount the partition when you don't need it.
Expand Down

0 comments on commit f0f9917

Please sign in to comment.