Update lora_demo.h

__APP_DEMO_H__ -> __APP_DEMO_H__
This commit is contained in:
David Lin
2020-04-12 09:03:00 +08:00
committed by GitHub
parent 3e757c1688
commit 3b85266611

View File

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