Skip to content
Snippets Groups Projects
Commit 29ac705b authored by ucart's avatar ucart
Browse files

removing some more things

parent ed6337eb
No related branches found
No related tags found
No related merge requests found
#include "format_rt.h"
/*
This file contains the method used to format real time data sent to the quad into a text file
that can be read by the Data Analysis Tool located in the controls directory for the purpose
of displaying flight data information to the user.
*/
int write_formatted_data(char * filename, SensorRTFlags_t * flags, uint32_t * data)
{
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment