further cleaned up project
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/* CP932 (Japanese Shift-JIS) */
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
#include "../ff.h"
|
||||
#include <ff.h>
|
||||
|
||||
#define _TINY_TABLE 0
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/* CP936 (Simplified Chinese GBK) */
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
#include "../ff.h"
|
||||
#include <ff.h>
|
||||
|
||||
|
||||
#if !_USE_LFN || _CODE_PAGE != 936
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/* CP949 (Korean EUC-KR) */
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
#include "../ff.h"
|
||||
#include <ff.h>
|
||||
|
||||
|
||||
#if !_USE_LFN || _CODE_PAGE != 949
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/* CP950 (Traditional Chinese Big5) */
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
#include "../ff.h"
|
||||
#include <ff.h>
|
||||
|
||||
|
||||
#if !_USE_LFN || _CODE_PAGE != 950
|
||||
|
||||
1326
sources/div.s
1326
sources/div.s
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user