mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[modules] minor logger cleanup, navstik uses old direct_memory_logger
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
<define name="MS45XX_I2C_DEV" value="i2c3"/>
|
<define name="MS45XX_I2C_DEV" value="i2c3"/>
|
||||||
<define name="USE_I2C3"/>
|
<define name="USE_I2C3"/>
|
||||||
</load>
|
</load>
|
||||||
<load name="logger_dataflash.xml"/>
|
<load name="direct_memory_logger.xml"/>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<servos driver="Asctec_v2">
|
<servos driver="Asctec_v2">
|
||||||
|
|||||||
@@ -17,10 +17,11 @@
|
|||||||
* along with paparazzi; see the file COPYING. If not, write to
|
* along with paparazzi; see the file COPYING. If not, write to
|
||||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @file openlog.c
|
||||||
|
*
|
||||||
* This module provides a timestamp-message, allowing
|
* This module provides a timestamp-message, allowing
|
||||||
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
|
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
|
||||||
* created by openlog into the pprz-tlm format, to be converted into
|
* created by openlog into the pprz-tlm format, to be converted into
|
||||||
@@ -30,7 +31,6 @@
|
|||||||
#include "openlog.h"
|
#include "openlog.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
#include "subsystems/datalink/downlink.h"
|
#include "subsystems/datalink/downlink.h"
|
||||||
#include "mcu_periph/uart.h"
|
|
||||||
#include "mcu_periph/sys_time.h"
|
#include "mcu_periph/sys_time.h"
|
||||||
|
|
||||||
void periodic_2Hz_openlog(void)
|
void periodic_2Hz_openlog(void)
|
||||||
|
|||||||
@@ -17,10 +17,11 @@
|
|||||||
* along with paparazzi; see the file COPYING. If not, write to
|
* along with paparazzi; see the file COPYING. If not, write to
|
||||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file openlog.h
|
/**
|
||||||
|
* @file openlog.h
|
||||||
|
*
|
||||||
* This module provides a timestamp-message, allowing
|
* This module provides a timestamp-message, allowing
|
||||||
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
|
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
|
||||||
* created by openlog into the pprz-tlm format, to be converted into
|
* created by openlog into the pprz-tlm format, to be converted into
|
||||||
|
|||||||
Reference in New Issue
Block a user