Skip to content

Commit

Permalink
[modules] minor logger cleanup, navstik uses old direct_memory_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 11, 2015
1 parent ea40b28 commit c28ae0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/airframes/examples/quadrotor_navstik.xml
Expand Up @@ -48,7 +48,7 @@
<define name="MS45XX_I2C_DEV" value="i2c3"/>
<define name="USE_I2C3"/>
</load>
<load name="logger_dataflash.xml"/>
<load name="direct_memory_logger.xml"/>
</modules>

<servos driver="Asctec_v2">
Expand Down
4 changes: 2 additions & 2 deletions sw/airborne/modules/loggers/openlog.c
Expand Up @@ -17,10 +17,11 @@
* along with paparazzi; see the file COPYING. If not, write to
* the Free Software Foundation, 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/

/**
* @file openlog.c
*
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* created by openlog into the pprz-tlm format, to be converted into
Expand All @@ -30,7 +31,6 @@
#include "openlog.h"
#include "messages.h"
#include "subsystems/datalink/downlink.h"
#include "mcu_periph/uart.h"
#include "mcu_periph/sys_time.h"

void periodic_2Hz_openlog(void)
Expand Down
5 changes: 3 additions & 2 deletions sw/airborne/modules/loggers/openlog.h
Expand Up @@ -17,10 +17,11 @@
* along with paparazzi; see the file COPYING. If not, write to
* the Free Software Foundation, 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/

/** \file openlog.h
/**
* @file openlog.h
*
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* created by openlog into the pprz-tlm format, to be converted into
Expand Down

0 comments on commit c28ae0a

Please sign in to comment.