pxt-microbit 4.1.15 → 4.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/built/sim.d.ts CHANGED
@@ -994,7 +994,7 @@ declare namespace pxsim {
994
994
  mode: number;
995
995
  width: number;
996
996
  get length(): number;
997
- get stride(): 4 | 3;
997
+ get stride(): 3 | 4;
998
998
  pixelColor(pixel: number): number[];
999
999
  }
1000
1000
  interface CommonNeoPixelStateConstructor {