mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 03:04:25 +01:00
[PR #118] [MERGED] Make path to soc/lp_uart_reg.{c,h} consistent
#4842
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/118
Author: @kquinsland
Created: 8/26/2023
Status: ✅ Merged
Merged: 8/26/2023
Merged by: @jjwbruijn
Base:
master← Head:bug/c6-include-path-fix📝 Commits (1)
3a1c34fMake path tosoc/lp_uart_reg.{c,h}consistent📊 Changes
4 files changed (+4 additions, -4 deletions)
View changed files
📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/main.c(+1 -1)📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/radio.c(+1 -1)📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.c(+1 -1)📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/utils.c(+1 -1)📄 Description
Using just the
/character makes the paths "universal".On *nix,
/is the path separator and windows has support for/internally.This addresses #117
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.