1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

entire-flash.py: fix comment

This commit is contained in:
Oleg Semyonov 2013-03-24 14:12:08 +02:00
parent 8f977a4411
commit 30b362a5fa

View File

@ -18,7 +18,7 @@ def append(verbose, text, data):
offset += len(data)
def create_entire_flash(args):
"""Generates entire flash image and prints it to stdout"""
"""Generates entire flash image, prints image info and writes image to a file"""
global image, offset
assert args.bl_bank_base is not None