Fahad Mirza
/
Nucleo_HXC900
A demo application for HXC900 LoRaWAN module using Nucleo-L053R8.
Diff: LoRa/hxc_client.h
- Revision:
- 15:2860c960d2ff
- Parent:
- 5:53302861bfea
- Child:
- 32:2d0678039a09
--- a/LoRa/hxc_client.h Tue Jul 24 02:51:20 2018 +0000 +++ b/LoRa/hxc_client.h Wed Jul 25 17:38:48 2018 +0000 @@ -11,7 +11,7 @@ * File : hxc_client.h * Author : Fahad Mirza (Haxiot) * Version : V1.0.0 - * Modified: 13-April-2018 + * Modified: 13-July-2018 * Brief : Header for driver hxc_client.c module ****************************************************************************** * @attention @@ -59,7 +59,6 @@ /* Typedefs ------------------------------------------------------------------*/ /* * AT Command statuses, in direct relationship with AT_RetCode static array - * in atcmd.c file */ typedef enum eAtStatus { @@ -74,7 +73,7 @@ AT_END_ERROR, AT_CMD_ERROR, AT_UART_LINK_ERROR, // Return code to notify error during UART Tx/Rx/Config - AT_TIMEOUT, // ToDo + AT_TIMEOUT, } eAtStatus_t; /*