mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
ldgen: rename common module
This commit is contained in:

committed by
Jack

parent
f7177095cf
commit
1b3c6fb1a1
@@ -22,7 +22,7 @@ import fnmatch
|
||||
from fragments import Sections, Scheme, Mapping, Fragment
|
||||
from pyparsing import Suppress, White, ParseException, Literal, Group, ZeroOrMore
|
||||
from pyparsing import Word, OneOrMore, nums, alphanums, alphas, Optional, LineEnd, printables
|
||||
from common import LdGenFailure
|
||||
from ldgen_common import LdGenFailure
|
||||
|
||||
|
||||
class PlacementRule():
|
||||
|
Reference in New Issue
Block a user