From d495a881f3c277abd4a49fe9b3d5d2788ee4c92b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 19 Sep 2023 21:19:40 +0100 Subject: Use "pragma once" --- include/ubox_control.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/ubox_control.h') diff --git a/include/ubox_control.h b/include/ubox_control.h index 47fff33..0bfea5f 100644 --- a/include/ubox_control.h +++ b/include/ubox_control.h @@ -1,5 +1,4 @@ -#ifndef _UBOX_CONTROL_H -#define _UBOX_CONTROL_H +#pragma once #define UBOX_CTL_NONE 0 #define UBOX_CTL_UP 1 @@ -11,5 +10,3 @@ void ubox_control_init(); uint8_t ubox_control_read(); - -#endif /* _UBOX_CONTROL_H */ -- cgit v1.2.3