waf: remove AP_Limits from ignored libraries

This commit is contained in:
Daniel Frenzel 2016-02-04 09:49:51 +09:00 committed by Randy Mackay
parent a735db2870
commit 970b171414

View File

@ -61,7 +61,6 @@ def _get_legacy_defines(sketch_name):
IGNORED_AP_LIBRARIES = [
'doc',
'AP_Limits',
'GCS_Console',
]