Fixed warning about unused variable.

This commit is contained in:
Vincent Rivière
2012-11-10 16:41:11 +00:00
parent 93e537b0e7
commit 71a89c5213

View File

@@ -36,7 +36,7 @@ extern uint8_t _EMUTOS_SIZE[];
/********************************************************************/ /********************************************************************/
void BaS(void) void BaS(void)
{ {
int az_sectors; //int az_sectors;
int i; int i;
uint8_t *src; uint8_t *src;
uint8_t *dst = (uint8_t *)TOS; uint8_t *dst = (uint8_t *)TOS;