adding header guard

This commit is contained in:
GullCode 2023-03-13 23:12:46 +01:00
parent 8db44d1a92
commit ad4cfe5a44

View File

@ -20,6 +20,9 @@
* Boston, MA 02110-1301, USA.
*/
#ifndef _UI_GLASS
#define _UI_GLASS
#include "ui.hpp"
#include "portapack.hpp"
#include "baseband_api.hpp"
@ -184,4 +187,4 @@
};
}
#endif