1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

Merge pull request #12235 from aabadie/pr/boards/nucleo-fix-default-pb6-pb7

nucleo-l031/l432: fix wrong i2c configuration
This commit is contained in:
benpicco 2019-09-15 19:57:33 +02:00 committed by GitHub
commit ece313020f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include "periph_cpu.h"
#include "l0/cfg_clock_32_16_1.h"
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_i2c1_pb6_pb7.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"

View File

@ -22,7 +22,7 @@
#define PERIPH_CONF_H
#include "periph_cpu.h"
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_i2c1_pb6_pb7.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"