From 3b852666111e28f1748226ed88c5219be8691227 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 12 Apr 2020 09:03:00 +0800 Subject: [PATCH] Update lora_demo.h __APP_DEMO_H__ -> __APP_DEMO_H__ --- examples/LoRaWAN/lora_demo.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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__ */