From 3a3cae7284b06225dc4c7010dbfb8a48be2064cf Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Thu, 26 Jan 2023 16:14:11 +0100 Subject: [PATCH] move const decl to header --- src/MyFirstUDRKit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MyFirstUDRKit.h b/src/MyFirstUDRKit.h index 7ee1ecb..4aa7bc4 100644 --- a/src/MyFirstUDRKit.h +++ b/src/MyFirstUDRKit.h @@ -13,6 +13,7 @@ #include +static const size_t MaxSegmentSize = 65535; // This should be used in only one of the UDR library files.