mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +02:00
Bulk replace header guards to use
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef _ESP_MODEM_CONFIG_H_
|
||||
#define _ESP_MODEM_CONFIG_H_
|
||||
#pragma once
|
||||
|
||||
#include "driver/uart.h"
|
||||
#include "esp_modem_dce_config.h"
|
||||
|
||||
@ -126,5 +126,3 @@ typedef struct esp_modem_dte_config esp_modem_dte_config_t;
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _ESP_MODEM_CONFIG_H_
|
||||
|
Reference in New Issue
Block a user