Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NameError: name 'mpu' is not defined (microsoft#305)
mpu object is bound to the class instance.. the if statement uses `self.mpu' but just `mpu` is called in the following lines.. This raises a NameError
- Loading branch information