diff --git a/CoAP.Example/CoAP.Server/Resources/TimeResource.cs b/CoAP.Example/CoAP.Server/Resources/TimeResource.cs index 932a22b..481431d 100644 --- a/CoAP.Example/CoAP.Server/Resources/TimeResource.cs +++ b/CoAP.Example/CoAP.Server/Resources/TimeResource.cs @@ -2,7 +2,9 @@ using System.Collections.Generic; using System.Threading; using Com.AugustCellars.CoAP.Server.Resources; +#if false using PeterO.Cbor; +#endif namespace Com.AugustCellars.CoAP.Examples.Resources {