mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[wpimath] Fix typo in comment of update_eigen.py (#3369)
NonMPL2.h clearly doesn't contain MPL2 code.
This commit is contained in:
@@ -57,7 +57,7 @@ def eigen_inclusions(dp, f):
|
||||
if f == "CMakeLists.txt":
|
||||
return False
|
||||
|
||||
# Exclude code licensed under MPL2
|
||||
# Exclude NonMPL2.h since all non-MPL2 code will be excluded anyway
|
||||
if f == "NonMPL2.h":
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user