1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios
Stacey Sheldon 02addaf4a0 usbhook: make ctrl endpoint OUT treat request as const
The req parameter is passed to the OUT stage as a convenience.
Since the OUT callback is called *after* the transfer has occurred,
modifying the req would have absolutely no effect.  Marking this
as const makes this expectation clear.
2013-05-11 22:38:25 +02:00
..
common OP-936: Merges branch 'next' into hyper/OP-936_task-monitor-rework, fixes damage/conflicts, 2013-05-06 19:11:14 +09:30
inc usbhook: make ctrl endpoint OUT treat request as const 2013-05-11 22:38:25 +02:00
osx Move flight/PiOS.osx->flight/pios/osx 2013-04-25 13:23:47 +03:00
posix OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
stm32f4xx usbhook: make ctrl endpoint OUT treat request as const 2013-05-11 22:38:25 +02:00
stm32f10x f1 usb cdc: ensure uart state is transmitted on control endpoint 2013-05-11 22:35:19 +02:00
win32 Move flight/PiOS.win32->flight/pios/win32 2013-04-25 13:19:06 +03:00
pios_sim_posix.h OP-936: Moves the task monitor code out of the flight library and into PiOS. 2013-05-03 07:01:14 +09:30
pios.h OP-936: Merges branch 'next' into hyper/OP-936_task-monitor-rework, fixes damage/conflicts, 2013-05-06 19:11:14 +09:30