Skip to content

Commit

Permalink
Update include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Aug 2, 2024
1 parent b3b72c4 commit 6cccf03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Libraries/lwIP/include/Maxim/mxc_ppp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
*
******************************************************************************
*/
#ifndef _MXC_PPP_H_
#define _MXC_PPP_H_
#ifndef LIBRARIES_LWIP_INCLUDE_MAXIM_ARCH_SYS_ARCH_H_
#define LIBRARIES_LWIP_INCLUDE_MAXIM_ARCH_SYS_ARCH_H_

#include "lwip/netif.h"
#include "lwip/sio.h"
Expand Down Expand Up @@ -78,4 +78,4 @@ void mxc_ppp_loop(void);
* @return #E_NULL_PTR if pointer is null
*/
void mxc_ppp_force_close(void);
#endif /* _MXC_PPP_H_ */
#endif /* LIBRARIES_LWIP_INCLUDE_MAXIM_ARCH_SYS_ARCH_H_ */

0 comments on commit 6cccf03

Please sign in to comment.