merge utilpp.h into util.h (#19710)

old-commit-hash: 595830135bb79c8b23eb8339ae768ca7b6a822f8
This commit is contained in:
Dean Lee
2021-01-11 06:57:32 +08:00
committed by GitHub
parent 0993acc8a6
commit 4c1919f41e
39 changed files with 127 additions and 171 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if SHARED:
else:
fxn = env.Library
common_libs = ['params.cc', 'swaglog.cc', 'cqueue.c', 'util.c', 'gpio.cc', 'i2c.cc']
common_libs = ['params.cc', 'swaglog.cc', 'cqueue.c', 'util.cc', 'gpio.cc', 'i2c.cc']
_common = fxn('common', common_libs, LIBS="json11")