diff options
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/web/web.h')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/web/web.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/web/web.h b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/web/web.h index 03d2f227f..e1a8f55b0 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/web/web.h +++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/web/web.h @@ -21,8 +21,8 @@ * @{
*/
-#ifndef _WEB_H_
-#define _WEB_H_
+#ifndef WEB_H
+#define WEB_H
#if !defined(WEB_THREAD_STACK_SIZE)
#define WEB_THREAD_STACK_SIZE 1024
@@ -50,6 +50,6 @@ extern "C" { }
#endif
-#endif /* _WEB_H_ */
+#endif /* WEB_H */
/** @} */
|