Add file to fix building error in FM test
This commit is contained in:
parent
344041b371
commit
e0d5d8278d
|
|
@ -15,7 +15,8 @@ openrtx_src = ['openrtx/src/bootstrap.c',
|
||||||
'openrtx/src/state.c',
|
'openrtx/src/state.c',
|
||||||
'openrtx/src/ui.c',
|
'openrtx/src/ui.c',
|
||||||
'openrtx/src/threads.c',
|
'openrtx/src/threads.c',
|
||||||
'openrtx/src/battery.c']
|
'openrtx/src/battery.c',
|
||||||
|
'openrtx/src/calibUtils.c']
|
||||||
|
|
||||||
|
|
||||||
## Replace main executable with platform test
|
## Replace main executable with platform test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue