Skip to content
Snippets Groups Projects
Unverified Commit aca2e149 authored by Gustavo Alvarez's avatar Gustavo Alvarez Committed by GitHub
Browse files

Silence E3 DIP build warning (#17492)

parent f5d809f3
No related branches found
No related tags found
No related merge requests found
import os import os
Import("env") Import("env")
for define in env['CPPDEFINES']:
if define[0] == "VECT_TAB_ADDR":
env['CPPDEFINES'].remove(define)
# Relocate firmware from 0x08000000 to 0x08007000 # Relocate firmware from 0x08000000 to 0x08007000
env['CPPDEFINES'].append(("VECT_TAB_ADDR", "0x08007000")) env['CPPDEFINES'].append(("VECT_TAB_ADDR", "0x08007000"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment