Tools: add simple CSV reader

This commit is contained in:
Peter Barker 2023-01-13 10:52:09 +11:00 committed by Andrew Tridgell
parent 20fc2d091c
commit d08e3dec8a
1 changed files with 1 additions and 0 deletions

View File

@ -660,6 +660,7 @@ class sitl(Board):
env.AP_LIBRARIES += [
'AP_HAL_SITL',
'AP_CSVReader',
]
if not cfg.env.AP_PERIPH: