Adapted to Lora Semtech + Nucleo

Dependencies:   DebugLib

Dependents:   LoRaWAN-lmic-app LoRaWAN-lmic-app LoRaWAN-test-10secs LoRaPersonalizedDeviceForEverynet ... more

Fork of lwip_ppp_ethernet by Donatien Garnier

Embed: (wiki syntax)

« Back to documentation index

err.c File Reference

err.c File Reference

Error Management module. More...

Go to the source code of this file.

Functions

const char * lwip_strerr (err_t err)
 Convert an lwip internal error to a string representation.

Detailed Description

Error Management module.

Definition in file err.c.


Function Documentation

const char* lwip_strerr ( err_t  err )

Convert an lwip internal error to a string representation.

Parameters:
erran lwip internal err_t
Returns:
a string representation for err

Definition at line 69 of file err.c.