mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #2465 from Lotterleben/microcoap_trailing_ws
microcoap: remove trailing whitespaces
This commit is contained in:
commit
4eefa4aec4
@ -58,13 +58,13 @@ index c132334..4a7adc5 100644
|
||||
///////////////////////
|
||||
+#ifdef MICROCOAP_DEBUG
|
||||
void coap_dumpPacket(coap_packet_t *pkt);
|
||||
+#else
|
||||
+#else
|
||||
+#define coap_dumpPacket(pkt)
|
||||
+#endif
|
||||
+
|
||||
+#ifdef MICROCOAP_DEBUG
|
||||
+void coap_dump(const uint8_t *buf, size_t buflen, bool bare);
|
||||
+#else
|
||||
+#else
|
||||
+#define coap_dump(buf, buflen, bare)
|
||||
+#endif
|
||||
+
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user