Skip to content

Commit d87672a

Browse files
committed
fix typo
1 parent 8f300a3 commit d87672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uRTCLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
/**
302302
* \brief MEGAAVR core uses int instead size_t
303303
*/
304-
#define uRTCLIB_SIZE_T int;
304+
#define uRTCLIB_SIZE_T int
305305
#else
306306
#define uRTCLIB_SIZE_T size_t
307307
#endif

0 commit comments

Comments
 (0)