fixed gyro def

This commit is contained in:
Peli de Halleux 2017-10-24 14:54:36 -07:00
parent 005447ce44
commit 1330a0fb82

View File

@ -5,7 +5,7 @@ const enum GyroSensorMode {
} }
namespace input { namespace input {
//% fixedInstances //% fixedInstance
export class GyroSensor extends internal.UartSensor { export class GyroSensor extends internal.UartSensor {
constructor(port: number) { constructor(port: number) {
super(port) super(port)