Fix NUCLEO_F767ZI build, add tests (#19746)

This commit is contained in:
Jason Smith
2020-10-16 00:04:55 -07:00
committed by GitHub
parent 5247bb11f7
commit 7f83231385
3 changed files with 23 additions and 1 deletions

View File

@ -21,7 +21,7 @@
*/
#pragma once
#ifndef STM32F767xx
#if NOT_TARGET(STM32F767xx)
#error "Oops! Select an STM32F767 environment"
#endif