Fixed warning about unused variable.

This commit is contained in:
Vincent Rivière
2012-11-10 16:41:11 +00:00
parent b7f35ea73a
commit b05b86b92d

View File

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