calliope-mini / microbit-dal

Calliope mini - DAL
http://lancaster-university.github.io/microbit-docs
Other
0 stars 10 forks source link

MicroBitAccelerometer: do not overwrite component id #10

Open leiflm opened 5 years ago

leiflm commented 5 years ago

It seems that the class variable id (intended for use by the event subsystem) was accidently overwritten by commit d386ce21.

This commit simply removes the assignment as it is not used by any code within this class.

leiflm commented 5 years ago

This seems to be no longer an issue on recent tagged revisions. Either way the master-branch should be patched or removed.