slip: Fix the definition of cplusplus in the code
This commit is contained in:
parent
bda8cf0c14
commit
d93b3d304e
1 changed files with 3 additions and 0 deletions
|
|
@ -76,4 +76,7 @@ void esp_netif_lwip_slip_raw_output(esp_netif_t *netif, void *buffer, size_t len
|
|||
*/
|
||||
const esp_ip6_addr_t *esp_slip_get_ip6(esp_netif_t *slip_netif);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif //_ESP_NETIF_SLIP_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue