mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Cosmetics
This commit is contained in:
parent
d6c7b63f90
commit
638648a0a4
2 changed files with 54 additions and 54 deletions
|
@ -18,7 +18,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include "../opentx.h"
|
||||
#include "opentx.h"
|
||||
|
||||
void getModelPath(char * path, const char * filename)
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue