summaryrefslogtreecommitdiff
path: root/serial_link/protocol/physical.h
diff options
context:
space:
mode:
Diffstat (limited to 'serial_link/protocol/physical.h')
-rw-r--r--serial_link/protocol/physical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial_link/protocol/physical.h b/serial_link/protocol/physical.h
index 73a7855dfb..ee5883d36b 100644
--- a/serial_link/protocol/physical.h
+++ b/serial_link/protocol/physical.h
@@ -22,4 +22,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
-void send_data(const uint8_t* data, uint16_t size);
+void send_data(uint8_t link, const uint8_t* data, uint16_t size);