mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 05:06:39 +01:00
Make path to soc/lp_uart_reg.{c,h} consistent
Using _just_ the `/` character makes the paths "universal". On *nix, `/` is the path separator and windows has support for `/` internally.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "sdkconfig.h"
|
||||
#include "second_uart.h"
|
||||
#include "soc/uart_struct.h"
|
||||
#include "soc\lp_uart_reg.h"
|
||||
#include "soc/lp_uart_reg.h"
|
||||
#include "utils.h"
|
||||
#include "led.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "proto.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "soc/uart_struct.h"
|
||||
#include "soc\lp_uart_reg.h"
|
||||
#include "soc/lp_uart_reg.h"
|
||||
#include "radio.h"
|
||||
#include "utils.h"
|
||||
#include "led.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "proto.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "soc/uart_struct.h"
|
||||
#include "soc\lp_uart_reg.h"
|
||||
#include "soc/lp_uart_reg.h"
|
||||
|
||||
static const char *TAG = "SECOND_UART";
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "proto.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "soc/uart_struct.h"
|
||||
#include "soc\lp_uart_reg.h"
|
||||
#include "soc/lp_uart_reg.h"
|
||||
#include "nvs_flash.h"
|
||||
|
||||
void delay(int ms) { vTaskDelay(pdMS_TO_TICKS(ms)); }
|
||||
|
||||
Reference in New Issue
Block a user