Skip to content
Snippets Groups Projects
Commit 36c8f9d5 authored by ucart's avatar ucart
Browse files

removing some more things

parent 615f97f3
No related branches found
No related tags found
1 merge request!43Resolve "Transition current hardware platform to Vivado"
#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