Stefan Schuermans commited on 2012-05-06 11:09:50
Showing 1 changed files, with 0 additions and 3 deletions.
| ... | ... |
@@ -98,9 +98,6 @@ unsigned char CfTickCnt = 0; |
| 98 | 98 |
// card error occured |
| 99 | 99 |
unsigned long CfSectorCnt = 0; |
| 100 | 100 |
|
| 101 |
-// sector buffer |
|
| 102 |
-unsigned char CfSectorBuffer[CF_SECTOR_SIZE]; // FIXME |
|
| 103 |
- |
|
| 104 | 101 |
// write a compact flash register (returns 1 if successful or 0 on error) |
| 105 | 102 |
// - returns 0 on success and -1 on error |
| 106 | 103 |
extern inline char CfWriteReg(unsigned char reg, unsigned char val) |
| 107 | 104 |