]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/jerry.cpp
And so with this revision, we commit massive breakage. We Apologize For The Inconveni...
[virtualjaguar] / src / jerry.cpp
index 4f2d37b07e978286ef69c34d87f5b79db97ec5cd..c564d4306147a0aa836ac4b64e42843d04f9fbda 100644 (file)
@@ -175,8 +175,8 @@ static uint32 JERRYPIT2Divider;
 static int32 jerry_timer_1_counter;
 static int32 jerry_timer_2_counter;
 
-static uint32 jerry_i2s_interrupt_divide = 8;
-static int32 jerry_i2s_interrupt_timer = -1;
+uint32 JERRYI2SInterruptDivide = 8;
+int32 JERRYI2SInterruptTimer = -1;
 uint32 jerryI2SCycles;
 uint32 jerryIntPending;