paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] e61d33: [udp] fix put_buffer f


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] e61d33: [udp] fix put_buffer for UDP devices
Date: Sat, 02 Apr 2016 04:44:14 -0700

  Branch: refs/heads/pprzlink_file_descriptor
  Home:   https://github.com/paparazzi/paparazzi
  Commit: e61d33662afeb3dcc062fb594d9cfb6e8f5e9f29
      
https://github.com/paparazzi/paparazzi/commit/e61d33662afeb3dcc062fb594d9cfb6e8f5e9f29
  Author: Felix Ruess <address@hidden>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M sw/airborne/mcu_periph/udp.c
    M sw/airborne/mcu_periph/udp.h

  Log Message:
  -----------
  [udp] fix put_buffer for UDP devices

udp_send_raw doesn't add to the "normal" transmit buffer, but rather directly 
send the whole buffer passed to it.
But put_buffer is supposted to multiple bytes to the current transmit buffer 
where a message is being assembled,
so actually do that in a udp_put_buffer function.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]