bugfixing

This commit is contained in:
Peter D. Gray 2021-03-04 13:32:49 -05:00
parent 84474a16d8
commit cc79fd74cf

View File

@ -208,7 +208,7 @@ setup:
cd $(MPY_TOP) ; git submodule update --init lib/stm32lib
cd $(MPY_TOP)/lib/stm32lib ; sed -i.orig -e 's/#define VECT_TAB_OFFSET 0x00/ /' \
CMSIS/STM32L4xx/Source/Templates/system_stm32l4xx.c
cd ../extern/libngu; make one-time
cd ../external/libngu; make one-time
cd $(MPY_TOP)/mpy-cross ; make
-ln -s $(PORT_TOP) l-port
-ln -s $(MPY_TOP) l-mpy