partition table: Fix comment at top of gen_esp32part.py

pull/336/merge
Angus Gratton 2017-02-15 10:28:45 +11:00
rodzic 22c3877183
commit 24cfe78962
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,8 @@
#
# Converts partition tables to/from CSV and binary formats.
#
# See the sdkng README.md file for details about how to use this tool.
# See http://esp-idf.readthedocs.io/en/latest/partition-tables.html for explanation of
# partition table structure and uses.
import argparse
import os
import re