Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools/msg/px_generate_uorb_topic_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def generate_output_from_file(format_idx, filename, outputdir, package, template

def generate_by_template(output_file, template_file, em_globals):
"""
Invokes empy intepreter to geneate output_file by the
Invokes empy intepreter to generate output_file by the
given template_file and predefined em_globals dict
"""
# check if folder exists:
Expand Down
2 changes: 1 addition & 1 deletion Tools/px4airframes/rcout.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, groups, board, post_start=False):
continue

if post_start:
# Path to post-start sript
# Path to post-start script
path = airframe.GetPostPath()
else:
# Path to start script
Expand Down
2 changes: 1 addition & 1 deletion Tools/px_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def __getSync(self, doFlush=True):
if c != self.OK:
raise RuntimeError("unexpected response 0x%x instead of OK" % ord(c))

# The control flow for reciving Sync is on the order of 16 Ms per Sync
# The control flow for receiving Sync is on the order of 16 Ms per Sync
# This will validate all the SYNC,<results> for a window of programing
# in about 13.81 Ms for 256 blocks written
def __ackSyncWindow(self, count):
Expand Down
Loading