Home
last modified time | relevance | path

Searched refs:UF2_MAGIC_START1 (Results 1 – 1 of 1) sorted by relevance

/platform/rp20xx/tools/
A Duf2conv.py37 UF2_MAGIC_START1 = 0x9E5D5157 # Randomly selected variable
76 return w[0] == UF2_MAGIC_START0 and w[1] == UF2_MAGIC_START1
96 if hd[0] != UF2_MAGIC_START0 or hd[1] != UF2_MAGIC_START1:
147 UF2_MAGIC_START0, UF2_MAGIC_START1,
167 UF2_MAGIC_START0, UF2_MAGIC_START1,

Completed in 2 milliseconds