uart: multichip support

This commit is contained in:
chenjianqiang
2019-06-14 11:01:30 +08:00
parent 4cc962353c
commit 91ae40e2ff
4 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2018 Espressif Systems (Shanghai) PTE LTD
// Copyright 2017-2019 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,8 +11,9 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef _SOC_UART_CAPS_H_
#define _SOC_UART_CAPS_H_
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
@@ -22,5 +23,3 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#endif /* _SOC_UART_CAPS_H_ */