Commit 52d338ed authored by Matthieu Cattin's avatar Matthieu Cattin

Fix degree symbol in test01 log.

parent 569149af
......@@ -73,7 +73,7 @@ def main (default_directory='.'):
# Read temperatur and print to log
temp = fmc.get_temp()
print('Temperature: %3.2fC') % temp
print('FMC temperature: %3.3C') % temp
if((unique_id & 0xFF) != FAMILY_CODE):
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