diff --git a/examples/LoRaWAN/lora_demo.h b/examples/LoRaWAN/lora_demo.h index 9455bd6a..e9f245a4 100644 --- a/examples/LoRaWAN/lora_demo.h +++ b/examples/LoRaWAN/lora_demo.h @@ -1,5 +1,5 @@ -#ifndef __APP_DEMO_H__ -#define __APP_DEMO_H__ +#ifndef __LORA_DEMO_H__ +#define __LORA_DEMO_H__ #include #include "mcu_init.h" @@ -17,5 +17,4 @@ void application_entry(void *arg); } #endif -#endif /* __APP_DEMO_H__ */ - +#endif /* __LORA_DEMO_H__ */