I2C test: add L073RZ

pull/3488/head
Laurent MEUNIER 2016-12-19 11:32:38 +01:00
parent bcf82b0901
commit 517d0d910a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ I2C master(D14, D15); // I2C_SDA, I2C_SCL
defined (TARGET_DISCO_F429ZI) || \
defined (TARGET_NUCLEO_F767ZI) || \
defined (TARGET_NUCLEO_L053R8) || \
defined (TARGET_NUCLEO_L073RZ) || \
defined (TARGET_NUCLEO_L152RE) || \
defined (TARGET_NUCLEO_L476RG)
I2CSlave slave(PB_11, PB_10);