Skip to content

Commit b032aac

Browse files
committed
issue-1588 respect coding style guide
1 parent f7053ef commit b032aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/rp2/src/lib/lwipopts.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void sntp_set_system_time_us(unsigned long sec, unsigned long usec);
111111
// if we have UDP we assume we also have SNTP; lwip needs one more timer,
112112
// but doesn't account for it
113113
#if LWIP_UDP > 0
114-
#define MEMP_NUM_SYS_TIMEOUT (LWIP_NUM_SYS_TIMEOUT_INTERNAL + 1)
114+
#define MEMP_NUM_SYS_TIMEOUT (LWIP_NUM_SYS_TIMEOUT_INTERNAL + 1)
115115
#endif
116116

117117
#endif /* __LWIPOPTS_H__ */

0 commit comments

Comments
 (0)