C:\Users\Rosana\Documents\Arduino\BIke_GPS_Tracker\BIke_GPS_Tracker.ino:42:0: warning: "PIPE_UART_OVER_BTLE_UART_TX_TX" redefined
#define PIPE_UART_OVER_BTLE_UART_TX_TX 0
^
In file included from sketch\UART.h:6:0,
from C:\Users\Rosana\Documents\Arduino\BIke_GPS_Tracker\BIke_GPS_Tracker.ino:5:
sketch\services.h:61:0: note: this is the location of the previous definition
#define PIPE_UART_OVER_BTLE_UART_TX_TX 12
^
In file included from sketch\lib_aci.h:35:0,
from sketch\UART.h:3,
from C:\Users\Rosana\Documents\Arduino\BIke_GPS_Tracker\BIke_GPS_Tracker.ino:5:
hal_aci_tl.h:62: error: expected initializer before 'hal_aci_data_t'
} _aci_packed_ hal_aci_data_t;
^
hal_aci_tl.h:64: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(hal_aci_data_t, HAL_ACI_MAX_LENGTH + 2);
^
In file included from sketch\lib_aci.h:35:0,
from sketch\UART.h:3,
from C:\Users\Rosana\Documents\Arduino\BIke_GPS_Tracker\BIke_GPS_Tracker.ino:5:
hal_aci_tl.h:105: error: 'hal_aci_data_t' was not declared in this scope
bool hal_aci_tl_send(hal_aci_data_t *aci_buffer);
^
hal_aci_tl.h:105: error: 'aci_buffer' was not declared in this scope
bool hal_aci_tl_send(hal_aci_data_t *aci_buffer);
^
hal_aci_tl.h:114: error: 'hal_aci_data_t' does not name a type
hal_aci_data_t * hal_aci_tl_poll_get(void);
^
hal_aci_tl.h:121: error: 'hal_aci_data_t' was not declared in this scope
bool hal_aci_tl_event_get(hal_aci_data_t *p_aci_data);
^
hal_aci_tl.h:121: error: 'p_aci_data' was not declared in this scope
bool hal_aci_tl_event_get(hal_aci_data_t *p_aci_data);
^
hal_aci_tl.h:128: error: 'hal_aci_data_t' was not declared in this scope
bool hal_aci_tl_event_peek(hal_aci_data_t *p_aci_data);
^
hal_aci_tl.h:128: error: 'p_aci_data' was not declared in this scope
bool hal_aci_tl_event_peek(hal_aci_data_t *p_aci_data);
^
In file included from sketch\lib_aci.h:36:0,
from sketch\UART.h:3,
from C:\Users\Rosana\Documents\Arduino\BIke_GPS_Tracker\BIke_GPS_Tracker.ino:5:
aci_queue.h:53: error: 'hal_aci_data_t' does not name a type
hal_aci_data_t aci_data[ACI_QUEUE_SIZE];
^
aci_queue.h:60: error: 'hal_aci_data_t' has not been declared
bool aci_queue_dequeue(aci_queue_t *aci_q, hal_aci_data_t *p_data);
^
aci_queue.h:61: error: 'hal_aci_data_t' has not been declared
bool aci_queue_dequeue_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data);
^
aci_queue.h:63: error: 'hal_aci_data_t' has not been declared
bool aci_queue_enqueue(aci_queue_t *aci_q, hal_aci_data_t *p_data);
^
aci_queue.h:64: error: 'hal_aci_data_t' has not been declared
bool aci_queue_enqueue_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data);
^
aci_queue.h:72: error: 'hal_aci_data_t' has not been declared
bool aci_queue_peek(aci_queue_t *aci_q, hal_aci_data_t *p_data);
^
aci_queue.h:73: error: 'hal_aci_data_t' has not been declared
bool aci_queue_peek_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data);
^
In file included from sketch\lib_aci.h:38:0,
from sketch\UART.h:3,
from C:\Users\Rosana\Documents\Arduino\BIke_GPS_Tracker\BIke_GPS_Tracker.ino:5:
aci_cmds.h:173: error: expected initializer before 'aci_cmd_opcode_t'
} _aci_packed_ aci_cmd_opcode_t;
^
aci_cmds.h:175: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_opcode_t, 1);
^
aci_cmds.h:184: error: expected initializer before 'aci_cmd_params_test_t'
} _aci_packed_ aci_cmd_params_test_t;
^
aci_cmds.h:186: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_test_t, 1);
^
aci_cmds.h:195: error: expected initializer before 'aci_cmd_params_echo_t'
} _aci_packed_ aci_cmd_params_echo_t;
^
aci_cmds.h:197: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_echo_t, ACI_ECHO_DATA_MAX_LEN);
^
aci_cmds.h:207: error: expected initializer before 'aci_cmd_params_dtm_cmd_t'
} _aci_packed_ aci_cmd_params_dtm_cmd_t;
^
aci_cmds.h:216: error: expected initializer before 'aci_cmd_params_setup_t'
} _aci_packed_ aci_cmd_params_setup_t;
^
aci_cmds.h:218: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_setup_t, 1);
^
aci_cmds.h:229: error: expected initializer before 'aci_cmd_params_write_dynamic_data_t'
} _aci_packed_ aci_cmd_params_write_dynamic_data_t;
^
aci_cmds.h:238: error: expected initializer before 'aci_cmd_params_set_local_data_t'
} _aci_packed_ aci_cmd_params_set_local_data_t;
^
aci_cmds.h:248: error: expected initializer before 'aci_cmd_params_connect_t'
} _aci_packed_ aci_cmd_params_connect_t;
^
aci_cmds.h:250: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_connect_t, 4);
^
aci_cmds.h:260: error: expected initializer before 'aci_cmd_params_bond_t'
} _aci_packed_ aci_cmd_params_bond_t;
^
aci_cmds.h:262: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_bond_t, 4);
^
aci_cmds.h:271: error: expected initializer before 'aci_cmd_params_disconnect_t'
} _aci_packed_ aci_cmd_params_disconnect_t;
^
aci_cmds.h:273: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_disconnect_t, 1);
^
aci_cmds.h:282: error: expected initializer before 'aci_cmd_params_set_tx_power_t'
} _aci_packed_ aci_cmd_params_set_tx_power_t;
^
aci_cmds.h:284: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_set_tx_power_t, 1);
^
aci_cmds.h:292: error: expected initializer before 'aci_cmd_params_change_timing_t'
} _aci_packed_ aci_cmd_params_change_timing_t;
^
aci_cmds.h:294: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_change_timing_t,
;
^
aci_cmds.h:303: error: expected initializer before 'aci_cmd_params_open_remote_pipe_t'
} _aci_packed_ aci_cmd_params_open_remote_pipe_t;
^
aci_cmds.h:312: error: expected initializer before 'aci_cmd_params_send_data_t'
} _aci_packed_ aci_cmd_params_send_data_t;
^
aci_cmds.h:321: error: expected initializer before 'aci_cmd_params_send_data_ack_t'
} _aci_packed_ aci_cmd_params_send_data_ack_t;
^
aci_cmds.h:330: error: expected initializer before 'aci_cmd_params_request_data_t'
} _aci_packed_ aci_cmd_params_request_data_t;
^
aci_cmds.h:340: error: expected initializer before 'aci_cmd_params_send_data_nack_t'
} _aci_packed_ aci_cmd_params_send_data_nack_t;
^
aci_cmds.h:342: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_send_data_nack_t, 2);
^
aci_cmds.h:352: error: expected initializer before 'aci_cmd_params_set_app_latency_t'
} _aci_packed_ aci_cmd_params_set_app_latency_t;
^
aci_cmds.h:354: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_set_app_latency_t, 3);
^
aci_cmds.h:367: error: expected initializer before 'aci_cmd_params_set_key_t'
} _aci_packed_ aci_cmd_params_set_key_t;
^
aci_cmds.h:369: error: expected constructor, destructor, or type conversion before '(' token
ACI_ASSERT_SIZE(aci_cmd_params_set_key_t, 17);
^
aci_cmds.h:377: error: expected initializer before 'aci_cmd_params_open_adv_pipe_t'
} _aci_packed_ aci_cmd_params_open_adv_pipe_t;
^
aci_cmds.h:387: error: expected initializer before 'aci_cmd_params_broadcast_t'
} _aci_packed_ aci_cmd_params_broadcast_t;
^
aci_cmds.h:396: error: expected initializer before 'aci_cmd_params_close_remote_pipe_t'
} _aci_packed_ aci_cmd_params_close_remote_pipe_t;
^
aci_cmds.h:405: error: 'aci_cmd_opcode_t' does not name a type
aci_cmd_opcode_t cmd_opcode; /**< enum aci_cmd_opcode_t -> Opcode of the ACI command */
^