diff options
Diffstat (limited to 'center_fw/Makefile')
-rw-r--r-- | center_fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/center_fw/Makefile b/center_fw/Makefile index 9839afe..5987b9f 100644 --- a/center_fw/Makefile +++ b/center_fw/Makefile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -CUBE_PATH ?= $(wildcard ~)/resource/STM32CubeF0 +CUBE_PATH ?= $(wildcard ~)/ref/stm32cube/STM32CubeF0 CMSIS_PATH ?= $(CUBE_PATH)/Drivers/CMSIS CMSIS_DEV_PATH ?= $(CMSIS_PATH)/Device/ST/STM32F0xx HAL_PATH ?= $(CUBE_PATH)/Drivers/STM32F0xx_HAL_Driver |