1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2016-03-01 19:45:24 +01:00
parent d6c7b63f90
commit 638648a0a4
2 changed files with 54 additions and 54 deletions

View file

@ -18,7 +18,7 @@
* GNU General Public License for more details.
*/
#include "../opentx.h"
#include "opentx.h"
void getModelPath(char * path, const char * filename)
{

View file

@ -25,8 +25,8 @@
/* are platform dependent. */
/*-----------------------------------------------------------------------*/
#include "../opentx.h"
#include "../FatFs/diskio.h"
#include "opentx.h"
#include "diskio.h"
/* Definitions for MMC/SDC command */
#define CMD0 (0) /* GO_IDLE_STATE */