Skip to content

Commit 24eba00

Browse files
committed
Adjusted WebserCustom class.
1 parent d5e7401 commit 24eba00

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

lib/ZumoOta/src/WebServerCustom.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ class WebServerCustom
4040
*/
4141
AsyncWebServer server{80};
4242

43-
/*FlashManager
44-
* FlashManager instance.
45-
*/
46-
FlashManager m_flashManager;
43+
/**
44+
* FlashManager instance.
45+
*/
46+
FlashManager m_flashManager;
4747

4848

4949
public:

lib/ZumoOta/src/Zumo32U4Specifications.h

-4
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,3 @@ namespace Zumo32U4Specification
162162
static const uint8_t EXPECTED_SIGNATURE[] = {0x87, 0x95, 0x1E};
163163
};
164164
#endif /** __ZUMO32U4Specification_H__ */
165-
166-
/**
167-
* @}
168-
*/

0 commit comments

Comments
 (0)