[PR #118] [MERGED] Make path to soc/lp_uart_reg.{c,h} consistent #4287

Closed
opened 2026-03-21 00:07:52 +01:00 by sascha_hemi · 0 comments
Owner

📋 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: masterHead: bug/c6-include-path-fix


📝 Commits (1)

  • 3a1c34f Make path to soc/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.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/118 **Author:** [@kquinsland](https://github.com/kquinsland) **Created:** 8/26/2023 **Status:** ✅ Merged **Merged:** 8/26/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `bug/c6-include-path-fix` --- ### 📝 Commits (1) - [`3a1c34f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/3a1c34f3a6fc1d20bba5d0f82613f578306dd03e) Make path to `soc/lp_uart_reg.{c,h}` consistent ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Using _just_ the `/` character makes the paths "universal". On *nix, `/` is the path separator and windows has support for `/` internally. This addresses #117 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-21 00:07:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#4287