mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-12 19:26:52 +08:00
minor: macros should not end with underscore(s)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_MEM_H__
|
||||
#define LWIP_HDR_TEST_MEM_H__
|
||||
#ifndef LWIP_HDR_TEST_MEM_H
|
||||
#define LWIP_HDR_TEST_MEM_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_PBUF_H__
|
||||
#define LWIP_HDR_TEST_PBUF_H__
|
||||
#ifndef LWIP_HDR_TEST_PBUF_H
|
||||
#define LWIP_HDR_TEST_PBUF_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user