Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prry committed Dec 16, 2020
1 parent 916c94a commit 5bb505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if GetDepend('PKG_USING_VL53L0X_SAMPLE'):
src += Glob('examples/vl53l0x_sample.c')

# add vl53l0x include path.
path = [cwd + '/inc',cwd+'/vl53l0x/core/inc',cwd+'/vl53l0x/core/inc']
path = [cwd + '/inc',cwd+'/vl53l0x/core/inc',cwd+'/vl53l0x/platform/inc']

# add src and include to group.
group = DefineGroup('vl53l0x', src, depend = ['PKG_USING_VL53L0X'], CPPPATH = path)
Expand Down

0 comments on commit 5bb505c

Please sign in to comment.