Update lora_demo.h

__APP_DEMO_H__ -> __LORA_DEMO_H__
This commit is contained in:
David Lin
2020-04-17 17:42:53 +08:00
committed by GitHub
parent 3fd1d77373
commit c51a9b32aa

View File

@@ -1,5 +1,5 @@
#ifndef __APP_DEMO_H__ #ifndef __LORA_DEMO_H__
#define __APP_DEMO_H__ #define __LORA_DEMO_H__
#include "mcu_init.h" #include "mcu_init.h"
#include "tos_at.h" #include "tos_at.h"
@@ -20,5 +20,5 @@ void application_entry(void *arg);
} }
#endif #endif
#endif /* __APP_DEMO_H__ */ #endif /* __LORA_DEMO_H__ */