Skip to content

Commit

Permalink
fix typo in tflm framework
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Apr 14, 2022
1 parent 435387d commit f65708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlonmcu/flow/tflm/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_platform_defs(self, platform):
if self.optimized_kernel_libs:
if isinstance(self.optimized_kernel_inc_libs, list):
temp = r"\;".join(self.optimized_kernel_libs)
else
else:
temp = self.optimized_kernel_libs
ret["TFLM_OPTIMIZED_KERNEL_LIB"] = temp
ret["TF_DIR"] = str(self.tf_src)
Expand Down

0 comments on commit f65708b

Please sign in to comment.