Commit 0a9cb159 authored by Matthieu Cattin's avatar Matthieu Cattin

Fix degree symbol in test01 log.

parent 093901c4
...@@ -73,7 +73,7 @@ def main (default_directory='.'): ...@@ -73,7 +73,7 @@ def main (default_directory='.'):
# Read temperatur and print to log # Read temperatur and print to log
temp = fmc.get_temp() temp = fmc.get_temp()
print('Temperature: %3.2fC') % temp print('FMC temperature: %3.3C') % temp
if((unique_id & 0xFF) != FAMILY_CODE): if((unique_id & 0xFF) != FAMILY_CODE):
family_code = unique_id & 0xFF family_code = unique_id & 0xFF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment