Merge pull request #140 from DavidLin1577/patch-5

Update lora_demo.h
This commit is contained in:
Arthur
2020-04-18 09:54:12 +08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

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