Revision d54d2f07 Target/Source/gateway.h

View differences:

Target/Source/gateway.h
23 23
* You should have received a copy of the GNU General Public License along with OpenBLT.
24 24
* If not, see <http://www.gnu.org/licenses/>.
25 25
*
26
* A special exception to the GPL is included to allow you to distribute a combined work 
27
* that includes OpenBLT without being obliged to provide the source code for any 
26
* A special exception to the GPL is included to allow you to distribute a combined work
27
* that includes OpenBLT without being obliged to provide the source code for any
28 28
* proprietary components. The exception text is included at the bottom of the license
29 29
* file <license.html>.
30
* 
30
*
31 31
* \endinternal
32 32
****************************************************************************************/
33 33
#ifndef GATE_H
......
138 138
blt_int16u      GateGetActiveInterfaceMaxTxLen(void);
139 139
void            GateTransmitPacket(blt_int8u *data, blt_int16u len);
140 140
#if (BOOT_GATE_CAN_ENABLE > 0)
141
void            GateTransmitPacketDirect(blt_int8u *data, blt_int8u len, blt_int8u deviceID);
141
void            GateTransmitPacketDirect(blt_int8u *data, blt_int8u len, blt_int32u deviceID);
142 142
#endif
143 143
blt_bool        GateIsConnected(void);
144 144
#if (BOOT_DEBUGGING_UART2_ENABLE > 0)

Also available in: Unified diff