mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 15:57:28 +02:00
Bulk replace header guards to use
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef _VFS_CREATE_HPP_
|
||||
#define _VFS_CREATE_HPP_
|
||||
#pragma once
|
||||
|
||||
#define ESP_MODEM_VFS_DEFAULT_UART_CONFIG(name) { \
|
||||
.dev_name = (name), \
|
||||
@ -67,6 +66,3 @@ bool vfs_create_socket(struct esp_modem_vfs_socket_creator *config, struct esp_m
|
||||
* @return true on success
|
||||
*/
|
||||
bool vfs_create_uart(struct esp_modem_vfs_uart_creator *config, struct esp_modem_vfs_term_config *created_config);
|
||||
|
||||
|
||||
#endif //_VFS_CREATE_HPP_
|
||||
|
Reference in New Issue
Block a user