mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 03:07:02 +01:00
Merge pull request #118 from kquinsland/bug/c6-include-path-fix
Make path to `soc/lp_uart_reg.{c,h}` consistent
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