mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +08:00
rename circular_buffer to framed_ring_buffer (#3570)
Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<define name="$(STS3032_UART_UPPER)_BAUD" value="$(STS3032_BAUD)"/>
|
||||
<define name="$(STS3032_UART_UPPER)_CR3" value="USART_CR3_HDSEL"/>
|
||||
<file name="actuators_sts3032.c"/>
|
||||
<file name="circular_buffer.c" dir="utils"/>
|
||||
<file name="framed_ring_buffer.c" dir="utils"/>
|
||||
<test>
|
||||
<define name="SERVOS_STS3032_NB" value="2" />
|
||||
<define name="STS3032_IDS" value="{1,2}" />
|
||||
|
||||
@@ -38,6 +38,6 @@
|
||||
|
||||
<!-- Load uavcan itself -->
|
||||
<file_arch name="uavcan.c" dir="modules/uavcan"/>
|
||||
<file name="circular_buffer.c" dir="utils"/>
|
||||
<file name="framed_ring_buffer.c" dir="utils"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user