Bulk replace header guards to use

This commit is contained in:
David Cermak
2021-05-26 15:57:25 +02:00
parent 84b0dcfea4
commit 3332c27978
35 changed files with 38 additions and 140 deletions

View File

@ -1,5 +1,4 @@
#ifndef _LOOPBACKTERM_H_
#define _LOOPBACKTERM_H_
#pragma once
#include "cxx_include/esp_modem_api.hpp"
#include "cxx_include/esp_modem_terminal.hpp"
@ -32,5 +31,3 @@ private:
bool pin_ok;
bool is_bg96;
};
#endif //_LOOPBACKTERM_H_