stm32f7: enable existing exti headers

This commit is contained in:
Oliver Meier
2019-05-11 02:26:10 +02:00
committed by Karl Palsson
parent c801a7ffec
commit 4fc7196463
4 changed files with 37 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*
* This provides the code for the "next gen" EXTI block provided in F2/F4/L1
* This provides the code for the "next gen" EXTI block provided in F2/F4/F7/L1
* devices. (differences only in the source selection)
*/
/**@{*/

View File

@@ -48,6 +48,7 @@ OBJS += crc_common_all.o crc_v2.o
OBJS += dac_common_all.o
OBJS += desig.o
OBJS += dma_common_f24.o
OBJS += exti_common_all.o
OBJS += flash_common_all.o flash_common_f.o flash_common_f24.o flash.o
OBJS += gpio.o gpio_common_all.o gpio_common_f0234.o
OBJS += i2c_common_v2.o