Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
49:81d5bddb02f0
Parent:
46:665391110051
Child:
52:c7a58fc48bd2
--- a/include/d7a_alp.h	Fri Sep 02 10:07:12 2016 +0000
+++ b/include/d7a_alp.h	Fri Sep 02 16:08:09 2016 +0000
@@ -242,7 +242,7 @@
 } alp_d7a_itf_t;
 
 
-void d7a_alp_open(void);
+d7a_errors_t d7a_alp_open(void);
 void d7a_alp_new_pkt(d7a_com_rx_msg_t* pkt);
 d7a_com_rx_msg_t* d7a_alp_wait_pkt(uint32_t millisec = osWaitForever);
 d7a_errors_t d7a_alp_write_file(const uint8_t file_id, const uint32_t offset, const uint32_t size, const uint8_t* const buf, d7a_addressee_t* addressee = NULL, uint8_t retry = 0, bool resp = true);