rename circular_buffer to framed_ring_buffer (#3570)
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled

Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
Fabien-B
2025-12-08 11:20:41 +01:00
committed by GitHub
parent 4744ac556b
commit b7ed10502d
12 changed files with 189 additions and 60 deletions
+1 -1
View File
@@ -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}" />
+1 -1
View File
@@ -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>