Merge pull request #132 from DavidLin1577/patch-3

Update lora_demo.h
This commit is contained in:
Supowang1989
2020-04-13 10:16:21 +08:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
#ifndef __APP_DEMO_H__ #ifndef __LORA_DEMO_H__
#define __APP_DEMO_H__ #define __LORA_DEMO_H__
#include <stdbool.h> #include <stdbool.h>
#include "mcu_init.h" #include "mcu_init.h"
@@ -17,5 +17,4 @@ void application_entry(void *arg);
} }
#endif #endif
#endif /* __APP_DEMO_H__ */ #endif /* __LORA_DEMO_H__ */