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

This commit is contained in:
Dean Lee
2021-01-11 06:57:32 +08:00
committed by GitHub
parent 5446a1c3dd
commit 595830135b
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")